mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-12 23:06:40 +02:00
25 lines
761 B
Text
25 lines
761 B
Text
# Maintainer: Callum Andrew <contact@candrew.net>
|
|
pkgname=passage
|
|
_pkgver=1.7.4
|
|
pkgver=${_pkgver}_alpha2
|
|
pkgrel=0
|
|
pkgdesc="A fork of password-store that uses age as backend"
|
|
url="https://github.com/FiloSottile/passage"
|
|
arch="noarch"
|
|
license="GPL-2.0-or-later"
|
|
depends="bash tree age"
|
|
options="!check" # no test suite
|
|
subpackages="$pkgname-bash-completion
|
|
$pkgname-fish-completion
|
|
$pkgname-zsh-completion
|
|
"
|
|
source="https://github.com/FiloSottile/passage/archive/refs/tags/${_pkgver}a2.tar.gz"
|
|
builddir="$srcdir/$pkgname-${_pkgver}a2"
|
|
|
|
package() {
|
|
make DESTDIR="$pkgdir" WITH_ALLCOMP=yes install
|
|
}
|
|
|
|
sha512sums="
|
|
20b6ec5ac188407a86c04300590918eb179eeb2b93f5a72ed1276d299691cfded79e4766f7170899d14c99ae986cf55af20831595253d540869e0557ba093d86 1.7.4a2.tar.gz
|
|
"
|