Created
January 26, 2020 17:38
-
-
Save underdoeg/9174b843270adb09f2b35d6bdafaaa4e to your computer and use it in GitHub Desktop.
Figaro's Password Manager 2 beta aur build
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Contributor: TDY <[email protected]> | |
pkgname=fpm2 | |
pkgver=0.90dev2 | |
pkgrel=1 | |
pkgdesc="Figaro's Password Manager 2" | |
arch=('i686' 'x86_64') | |
url="http://als.regnet.cz/fpm2/" | |
license=('GPL') | |
depends=('gtk2') | |
makedepends=('intltool>=0.35.0' 'pkgconfig') | |
source=(http://als.regnet.cz/$pkgname/download/$pkgname-$pkgver.tar.xz) | |
sha256sums=('SKIP') | |
build() { | |
cd "$srcdir/$pkgname-$pkgver" | |
./configure --prefix=/usr | |
make | |
} | |
package() { | |
cd "$srcdir/$pkgname-$pkgver" | |
make DESTDIR="$pkgdir" install | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment