🔒 Repository is read-only – file editing is disabled.
12345678910111213141516171819202122232425
pkgname: dotconf
pkgver: '1.4.1'
pkgrel: '2'
pkgdesc: A C library for parsing configuration files
url: 'https://github.com/williamh/dotconf'
arch: x86_64
depends: []
makedepends:
- libtool
- autoconf
- automake
source:
- 'https://github.com/williamh/${pkgname}/archive/v${pkgver}.tar.gz'
sha256sums:
- 5922c46cacf99b2ecc4853d28a2bda4a489292e73276e604bd9cba29dfca892d
build: |
cd ${pkgname}-${pkgver}
autoreconf -i
./configure --prefix=/usr
make DESTDIR=${PKGDIR} install
rm -f ${PKGDIR}/usr/lib/libdotconf.la
package: |
true