# Maintainer: Balló György # Maintainer: Caleb Maclennan # Contributor: Mohamed Sobh # Contributor: Drew Noel # Contributor: Manuel Hüsers # Contributor: fstirlitz # Contributor: Stefan Husmann # Contributor: Matej Lach pkgname=birdfont pkgver=2.32.3 pkgrel=1 pkgdesc='Font editor which can generate fonts in TTF, EOT and SVG formats' arch=('x86_64') url='https://birdfont.org/' license=('GPL3') depends=('libgee' 'libxmlbird' 'webkit2gtk') makedepends=('python' 'vala') source=("https://github.com/johanmattssonm/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz") sha256sums=('57f57333cff6cb8682c5f397b3326100e0fb280fcd998bf7067f79710f84fce5') validpgpkeys=('FB3BEFA59A6FF7F0E0682B68BCD31D4CCCEB9DD4') # Johan Mattsson build() { cd $pkgname-$pkgver ./configure --prefix /usr --cflags="$CFLAGS" --ldflags="$LDFLAGS" ./build.py } package() { cd $pkgname-$pkgver ./install.py --dest "$pkgdir" --libdir /lib --manpages-directory /share/man/man1 }