File: comment_3_42de896f64adb49c60ec3f7e0aeebda6._comment

package info (click to toggle)
git-annex 10.20230126-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 69,344 kB
  • sloc: haskell: 74,654; javascript: 9,103; sh: 1,304; makefile: 203; perl: 136; ansic: 44
file content (19 lines) | stat: -rw-r--r-- 884 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[[!comment format=mdwn
 username="Horus"
 subject="comment 3"
 date="2016-03-15T08:53:14Z"
 content="""
I use the Arch package, it is built / installed like that <https://projects.archlinux.org/svntogit/community.git/tree/trunk/PKGBUILD?h=packages/git-annex>

    runhaskell Setup configure -O --prefix=/usr --docdir=\"/usr/share/doc/${pkgname}\" \
        -fcryptonite -fnetwork-uri -f-ekg -fconcurrentoutput -ftorrentparser \
        -ftestsuite -f-androidsplice -f-android -fproduction -fpairing -fwebapp \
        -fassistant -fwebdav -fs3 -f-benchmark -fdbus -fxmpp -fmagicmime
    runhaskell Setup build

    runhaskell Setup copy --destdir=\"${pkgdir}\"

Seem to be no classical make install involved. I try to peek your build system, but I know way to little about Haskell.

Is there a way to get all the generated desktop files? Maybe add them to the prebuilt tarball?
"""]]