aports/testing/pash/APKBUILD

21 lines
616 B
Text
Raw Normal View History

2021-07-24 19:12:34 +00:00
# Contributor: Alan Diwix <alandiwix@gmail.com>
# Maintainer: Alan Diwix <alandiwix@gmail.com>
2021-07-16 08:52:41 +00:00
pkgname=pash
pkgver=2.3.0
2022-10-24 13:55:04 +00:00
pkgrel=2
2021-07-16 08:52:41 +00:00
pkgdesc="simple password manager"
url="https://github.com/dylanaraps/pash"
arch="noarch"
license="MIT"
depends="gpg-agent"
2021-07-24 19:01:19 +00:00
options="!check" # no testsuite
2021-07-16 08:52:41 +00:00
source="$pkgname-$pkgver.tar.gz::https://github.com/dylanaraps/pash/archive/refs/tags/$pkgver.tar.gz"
package() {
install -Dm 755 pash "$pkgdir"/usr/bin/$pkgname
}
sha512sums="
389dace794913492ea84345e920187d33c456551b7cfaea7a71810be21fa05b33b8cee5aacbcf4b17fa84b20399c41607c49988de7ecf263569be33aea1118ea pash-2.3.0.tar.gz
"