🔒 Repository is read-only – file editing is disabled.
1234567891011121314151617181920212223242526272829
pkgname: fstrcmp
pkgver: '0.7.D001'
pkgrel: '3'
pkgdesc: 'A library that is used to make fuzzy comparisons of strings and byte arrays'
url: 'https://fstrcmp.sourceforge.net/'
arch: x86_64
depends: []
makedepends:
- ghostscript
- groff
source:
- 'https://fstrcmp.sourceforge.net/${pkgname}-${pkgver}.tar.gz'
sha256sums:
- SKIP
build: |
cd ${pkgname}-${pkgver}
./configure --prefix=/usr
make
mkdir -pv ${PKGDIR}/usr/bin
make DESTDIR=${PKGDIR} install
package: |
true