mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
New package: orjail-1.1
This commit is contained in:
parent
99deb4870f
commit
3f56b960da
1 changed files with 23 additions and 0 deletions
23
srcpkgs/orjail/template
Normal file
23
srcpkgs/orjail/template
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
# 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
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue