summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 56fcacf318f9b6526e1b1f9a7f241909c3cc5479 (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.4.5
pkgrel=1
pkgdesc="simple password manager, a fork of nmeum's tpm"
arch=('any')
url="https://notabug.org/kl3/spm"
license=('GPL')
depends=('gnupg')
source=("https://notabug.org/kl3/${pkgname}/archive/${pkgver}.tar.gz")
sha256sums=('7f2d31391697deb71b43d612199cc281f07ca5640484bb64fe94911912635d84')

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

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