🔒 Repository is read-only – file editing is disabled.

recipes/utils/libdmtx/PAGBUILD.yaml main

24 linii Raw ← Powrót
123456789101112131415161718192021222324
pkgname: libdmtx
pkgver: '0.7.8'
pkgrel: '1'
pkgdesc: A software for reading and writing Data Matrix 2D barcodes
url: 'https://libdmtx.sourceforge.net/'
arch: x86_64
depends: []
makedepends:
- autoconf
- automake
- libtool
source:
- 'https://github.com/dmtx/${pkgname}/archive/refs/tags/v${pkgver}.tar.gz'
sha256sums:
- 2394bf1d1d693a5a4ca3cfcc1bb28a4d878bdb831ea9ca8f3d5c995d274bdc39
build: |
  cd ${pkgname}-${pkgver}
  ./autogen.sh
  ./configure --prefix=/usr
  make
  make DESTDIR="${PKGDIR}" install
package: |
  # Obsolet lib
  rm -f ${PKGDIR}/usr/lib/libdmtx.la