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

recipes/utils/cd-discid/PAGBUILD.yaml main

20 linii Raw ← Powrót
1234567891011121314151617181920
pkgname: cd-discid
pkgver: '1.4'
pkgrel: '3'
pkgdesc: Backend utility to get cddb information
url: 'http://lly.org/~rcw/cd-discid/'
arch: x86_64
depends: []
makedepends: []
source:
- 'https://deb.debian.org/debian/pool/main/c/cd-discid/cd-discid_${pkgver}.orig.tar.gz'
sha256sums:
- ffd68cd406309e764be6af4d5cbcc309e132c13f3597c6a4570a1f218edd2c63
build: |
  cd ${pkgname}-${pkgver}
  make
  make DESTDIR=${PKGDIR} \
          PREFIX=/usr  STRIP="/bin/true" \
          install
package: |
  true