summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: b42321297a1bda0e22a223149166915feecc490b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Maintainer: Carson Rueter <bottomtext97@gmail.com>
pkgname='passman'
pkgver=0.6.0
pkgrel=1
pkgdesc="Super-secure, easy-to-use password manager."
arch=('any')
url="https://github.com/binex-dsk/passman-aur"
license=('GPL3')
source=("git+https://github.com/binex-dsk/passman-aur.git")
md5sums=('SKIP')

package() { 
        install -Dm755 "${srcdir}/passman-aur/passman" "${pkgdir}/usr/bin/passman"
}