mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 12:26:52 +02:00
testing/git-secret: fix url
This commit is contained in:
parent
bd5fe34cb9
commit
242da23447
@ -5,9 +5,9 @@
|
||||
# I find or write something better.
|
||||
pkgname=git-secret
|
||||
pkgver=0.2.5
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="A bash-tool to store your private data inside a git repository"
|
||||
url="http://git-secret.io/"
|
||||
url="https://git-secret.io/"
|
||||
arch="noarch"
|
||||
license="MIT"
|
||||
depends="bash gnupg"
|
||||
@ -16,21 +16,17 @@ subpackages="$pkgname-doc"
|
||||
source="$pkgname-$pkgver.tar.gz::https://github.com/sobolevn/$pkgname/archive/v$pkgver.tar.gz
|
||||
dont-hide-gpg-output.patch
|
||||
makefile.patch"
|
||||
builddir="$srcdir/$pkgname-$pkgver"
|
||||
options="!check" # does not work in a container w/o tty
|
||||
|
||||
build() {
|
||||
cd "$builddir"
|
||||
make
|
||||
}
|
||||
|
||||
check() {
|
||||
cd "$builddir"
|
||||
make test
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$builddir"
|
||||
make PREFIX="$pkgdir/usr" install
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user