add git-remote-annex stub and build machinery

Renamed git-remote-annex.sh, keeping it around for now for reference.

Sponsored-by: Graham Spencer on Patreon
This commit is contained in:
Joey Hess 2024-05-06 12:58:38 -04:00
parent 0be9f7a2c6
commit a01d64a4ad
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
6 changed files with 32 additions and 3 deletions

View file

@ -224,6 +224,7 @@ installGitAnnex topdir = go (topdir </> "bin")
error "strip failed"
createSymbolicLink "git-annex" (bindir </> "git-annex-shell")
createSymbolicLink "git-annex" (bindir </> "git-remote-tor-annex")
createSymbolicLink "git-annex" (bindir </> "git-remote-annex")
main :: IO ()
main = getArgs >>= go