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

recipes/gui/qrencode/PAGBUILD.yaml main

23 linii Raw ← Powrót
1234567891011121314151617181920212223
pkgname: qrencode
pkgver: '4.1.1'
pkgrel: '2'
pkgdesc: C library for encoding data in a QR Code symbol.
url: 'http://megaui.net/fukuchi/works/qrencode/index.en.html'
arch: x86_64
depends: []
makedepends:
- libpng
- sdl
source:
- 'https://deb.debian.org/debian/pool/main/q/qrencode/qrencode_${pkgver}.orig.tar.bz2'
sha256sums:
- e455d9732f8041cf5b9c388e345a641fd15707860f928e94507b1961256a6923
build: |
  cd ./${pkgname}-${pkgver}
  ./configure --prefix=/usr
  make
  make DESTDIR=${PKGDIR} install
  # Obsolet libs
  rm -f ${PKGDIR}/usr/lib/libqrencode.la
package: |
  true