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

recipes/utils/whois/PAGBUILD.yaml main

31 linii Raw ← Powrót
12345678910111213141516171819202122232425262728293031
pkgname: whois
pkgver: '5.6.6'
pkgrel: '1'
pkgdesc: 'Client-side application which queries directory service'
url: 'https://ftp.debian.org/debian/pool/main/w/whois'
arch: x86_64
license:
- GPL2

depends: []
makedepends:
- perl
- libxcrypt

source:
- 'https://github.com/rfc1036/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz'

sha256sums:
- SKIP

build: |
  cd ${pkgname}-${pkgver}
  make prefix=/usr 
  make prefix=/usr BASEDIR=${PKGDIR} install-whois
  make prefix=/usr BASEDIR=${PKGDIR} install-mkpasswd
  make prefix=/usr BASEDIR=${PKGDIR} install-pos

  install -Dm644 COPYING ${PKGDIR}/usr/share/licenses/${pkgname}/COPYING

package: |
  true