testing/git-crypt: new aport - #7070
Conversation
https://github.com/AGWA/git-crypt Transparent file encryption in git
| license="GPL-3.0-or-later" | ||
| depends="git" | ||
| makedepends="openssl-dev docbook-xml docbook-xsl" | ||
| install="" |
There was a problem hiding this comment.
Can be removed when not used.
| install="" |
| arch="all" | ||
| license="GPL-3.0-or-later" | ||
| depends="git" | ||
| makedepends="openssl-dev docbook-xml docbook-xsl" |
There was a problem hiding this comment.
Alphabetical order.
| makedepends="openssl-dev docbook-xml docbook-xsl" | |
| makedepends="docbook-xml docbook-xsl openssl-dev" |
|
|
||
| package() { | ||
| cd "$builddir" | ||
| make PREFIX="$pkgdir/usr" ENABLE_MAN=yes install |
There was a problem hiding this comment.
Looks a bit funky to me. Normally the prefix and options are given to make during the build phase and install is only given DESTDIR.
https://github.com/AGWA/git-crypt/blob/master/Makefile
| make PREFIX="$pkgdir/usr" ENABLE_MAN=yes install | |
| make DESTDIR="$pkgdir" ENABLE_MAN=yes install |
There was a problem hiding this comment.
It did not install properly with just your suggestion so I had to do make PREFIX="/usr" DESTDIR="$pkgdir" ENABLE_MAN=yes install in 720d0ec
|
|
||
| build() { | ||
| cd "$builddir" | ||
| make ENABLE_MAN=yes |
There was a problem hiding this comment.
| make ENABLE_MAN=yes | |
| make PREFIX="/usr" |
| url="https://www.agwa.name/projects/git-crypt" | ||
| arch="all" | ||
| license="GPL-3.0-or-later" | ||
| depends="git" |
There was a problem hiding this comment.
Disable check since no test suite is available.
| depends="git" | |
| depends="git" | |
| options="!check" # No test suite |
|
|
||
| check() { | ||
| cd "$builddir" | ||
| } |
There was a problem hiding this comment.
The check function can be removed since it is not used.
|
Merged in 8d20bb2 by @Ikke. Thanks for your contribution! (This pull request has been closed automatically by GitHub PR Closer. If you think that it’s not resolved yet, please add a comment.) |
Hi,
First packaging for alpine adding git-crypt transparent file encryption in git
Url: https://github.com/AGWA/git-crypt
Description: Transparent file encryption in git
Cheers,
Laurent