🔒 Repository is read-only – file editing is disabled.
12345678910111213141516171819202122232425262728293031
pkgname: graphite2
pkgver: '1.3.15'
pkgrel: '1'
pkgdesc: 'Graphite2 is a rendering engine for graphite fonts'
url: 'http://projects.palaso.org/projects/graphitedev'
arch: x86_64
depends: []
makedepends:
- cmake
- freetype
- python
- harfbuzz
source:
- 'https://github.com/silnrsi/graphite/releases/download/${pkgver}/${pkgname}-${pkgver}.tgz'
sha256sums:
- SKIP
build: |
cd graphite2-${pkgver}
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=/usr ..
make
make DESTDIR=${PKGDIR} install
rm -f ${PKGDIR}/usr/lib/libgraphite2.la
package: |
true