Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- pkgname=revelation
- pkgver=0.5.3
- pkgrel=1
- pkgdesc="A password manager for the GNOME desktop"
- arch=('x86_64')
- url="http://revelation.olasagasti.info"
- license=('GPL')
- depends=('gtk3' 'python-gobject' 'libpwquality' 'python-pycryptodomex' 'python-dbus')
- source=("https://github.com/mikelolasagasti/revelation/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.xz")
- sha256sums=('8976644b8904db179f5927ea9045c5082faefdfecf079845ca081321935bdfac')
- build() {
- cd "$pkgname-$pkgver"
- ./autogen.sh
- ./configure \
- --prefix=/usr \
- --disable-desktop-update \
- --disable-mime-update
- make
- }
- package() {
- cd "$pkgname-$pkgver"
- make DESTDIR="$pkgdir" install
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement