🔒 Repository is read-only – file editing is disabled.
1234567891011121314151617181920212223242526272829
pkgname: libspiro
pkgver: '20240903'
pkgrel: '1'
pkgdesc: Library that simplifies the drawing of beautiful curves
url: 'https://github.com/fontforge/libspiro'
arch: x86_64
license:
- GPL-3.0-or-later
depends: []
makedepends:
- autoconf
- automake
- m4
- libtool
source:
- 'https://github.com/fontforge/libspiro/archive/refs/tags/${pkgver}.tar.gz'
sha256sums:
- cf0251eb5f3545cce365b727a4a56a2f1292f1ef29245c2045c83e28f8a1df42
build: |
cd ${pkgname}-${pkgver}
autoreconf -fiv
./configure \
--prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var
make
make DESTDIR=${PKGDIR} install
package: |
true