Skip to content

Instantly share code, notes, and snippets.

@underdoeg
Created January 26, 2020 17:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save underdoeg/9174b843270adb09f2b35d6bdafaaa4e to your computer and use it in GitHub Desktop.
Save underdoeg/9174b843270adb09f2b35d6bdafaaa4e to your computer and use it in GitHub Desktop.
Figaro's Password Manager 2 beta aur build
# Contributor: TDY <tdy@gmx.com>
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