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

recipes/utils/netcat/PAGBUILD.yaml main

22 linii Raw ← Powrót
12345678910111213141516171819202122
pkgname: netcat
pkgver: '0.7.1'
pkgrel: '2'
pkgdesc: 'GNU rewrite of netcat, the network piping application'
url: 'https://netcat.sourceforge.net/'
arch: x86_64
depends: []
makedepends: []
source:
- 'https://download.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2'

sha256sums:
- SKIP

build: |
  cd ${pkgname}-${pkgver}
  ./configure --prefix=/usr
  make

package: |
  cd ${pkgname}-${pkgver}
  make DESTDIR="${PKGDIR}" install