🔒 Repository is read-only – file editing is disabled.
12345678910111213141516171819202122232425
pkgname: 'proxychains-ng'
pkgver: '4.17'
pkgrel: '2'
pkgdesc: 'Allows to redirect TCP traffic of existing dynamically linked programs through one or more SOCKS/HTTP proxies'
url: 'https://github.com/rofl0r/proxychains-ng'
arch: x86_64
depends:
- glibc
makedepends: []
source:
- 'https://github.com/rofl0r/proxychains-ng/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz'
sha256sums:
- SKIP
build: |
cd ${pkgname}-${pkgver}
./configure --prefix=/usr --sysconfdir=/etc
make
package: |
cd ${pkgname}-${pkgver}
make DESTDIR="${PKGDIR}/" install install-config
ln -s proxychains4 "${PKGDIR}/usr/bin/proxychains"