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

recipes/core/gperf/PAGBUILD.yaml main

23 linii Raw ← Powrót
1234567891011121314151617181920212223
pkgname: gperf
pkgver: '3.3'
pkgrel: '1'
pkgdesc: 'Gperf generates a perfect hash function from a key set.'
url: 'http://www.gnu.org/software/gperf/gperf.html'
arch: x86_64
depends: []
makedepends: []
source:
- 'https://ftp.gnu.org/gnu/gperf/${pkgname}-${pkgver}.tar.gz'

sha256sums:
- SKIP

build: |
  cd ${pkgname}-${pkgver}
  ./configure --prefix=/usr \
  --docdir=/usr/share/doc/${pkgname}
  make 
  make DESTDIR=${PKGDIR} install

package: |
  true