24 lines
612 B
Bash
24 lines
612 B
Bash
|
# Template file for 'orjail'
|
||
|
pkgname=orjail
|
||
|
version=1.1
|
||
|
revision=1
|
||
|
archs=noarch
|
||
|
hostmakedepends="ruby-ronn"
|
||
|
depends="bash bc-gh coreutils grep iproute2 ncurses tor util-linux"
|
||
|
short_desc="Force a program to exclusively use the Tor network"
|
||
|
maintainer="Daniel Eyßer <daniel.eysser@gmail.com>"
|
||
|
license="WTFPL"
|
||
|
homepage="https://orjail.github.io/"
|
||
|
distfiles="https://github.com/orjail/orjail/archive/v${version}.tar.gz"
|
||
|
checksum=85d4ae032a64d37b183f53d6d3d267b7c241f579f188d3107d6c9b160fab4e39
|
||
|
|
||
|
pre_install() {
|
||
|
ronn man/orjail.8.ronn
|
||
|
}
|
||
|
|
||
|
do_install() {
|
||
|
vbin usr/sbin/orjail
|
||
|
vman man/orjail.8
|
||
|
vlicense COPYING
|
||
|
}
|