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

recipes/utils/pv/PAGBUILD.yaml main

27 linii Raw ← Powrót
123456789101112131415161718192021222324252627
pkgname: pv
pkgver: '1.11.0'
pkgrel: '1'
pkgdesc: 'A terminal-based tool for monitoring the progress of data through a pipeline.'
url: 'https://www.ivarch.com/programs/pv.shtml'
arch: x86_64
license:
- 'Artistic 2.0'

depends: []
makedepends: []
source:
- 'https://www.ivarch.com/programs/sources/${pkgname}-${pkgver}.tar.gz'

sha256sums:
- SKIP

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

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

package: |
  true