🔒 Repository is read-only – file editing is disabled.
123456789101112131415161718192021222324
pkgname: 'foomatic-db'
pkgver: '20260830'
pkgrel: '1'
pkgdesc: 'The collected knowledge about printers, drivers, and driver options in XML files'
url: 'http://www.linuxprinting.org/foomatic.html'
arch: x86_64
depends: []
makedepends:
- libxml2
source:
- 'https://www.openprinting.org/download/foomatic/${pkgname}-4.0-${pkgver}.tar.xz'
sha256sums:
- SKIP
build: |
cd ${pkgname}-${pkgver}
./configure --prefix=/usr
make
make DESTDIR=${PKGDIR} install
package: |
true