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

recipes/utils/uchardet/PAGBUILD.yaml main

27 linii Raw ← Powrót
123456789101112131415161718192021222324252627
pkgname: uchardet
pkgver: '0.0.8'
pkgrel: '2'
pkgdesc: 'Encoding detector library ported from Mozilla'
url: 'https://www.freedesktop.org/wiki/Software/uchardet'
arch: x86_64
depends: []
makedepends:
- cmake

source:
- 'https://www.freedesktop.org/software/${pkgname}/releases/${pkgname}-${pkgver}.tar.xz'

sha256sums:
- SKIP

build: |
  cd ${pkgname}-${pkgver}
  cmake \
  	-DCMAKE_INSTALL_PREFIX=/usr \
  	-DCMAKE_INSTALL_LIBDIR=lib \
  	-DCMAKE_BUILD_TYPE=Release
  make
  make DESTDIR=${PKGDIR} install

package: |
  true