summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 2c9ac5558d2749864e72267b1cf8a15738eefd17 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Maintainer: Mittens2001 <mittens2001@opmbx.org>

pkgname=spm
pkgver=1.5.0
pkgrel=1
pkgdesc="simple password manager, a fork of mneum's tpm"
arch=('any')
url="https://notabug.org/kl3/spm"
license=('GPL')
depends=('gnupg')
source=("https://notabug.org/kl3/${pkgname}/archive/${pkgver}.tar.gz")
md5sums=('861b6bfd4f02bd5b9bc7697f5feebeaf')

package() {
  cd "$srcdir/spm"
  make PREFIX=/usr DESTDIR="$pkgdir/" install

  install -Dm644 LICENSE "$pkgdir/usr/share/license/$pkgname/LICENSE"
}