summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 46d3c522b724d7925c269fd713ce2d30e5eddf93 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Maintainer: Carson Rueter <bottomtext97@gmail.com>
pkgname='passman'
pkgver=1.0.1
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"
}