# 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.0 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=('f1d3a73dc2f9080a71c9f14cd603f15ef6c8f826f461cd730e7f4394b2f63bdf') 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 }