18 lines
514 B
Bash
18 lines
514 B
Bash
|
# Template file for 'rhash'
|
||
|
pkgname=rhash
|
||
|
version=1.3.3
|
||
|
revision=1
|
||
|
wrksrc="RHash-${version}"
|
||
|
build_style=gnu-makefile
|
||
|
conf_files="/etc/rhashrc"
|
||
|
short_desc="Utility for computing hash sums and creating magnet links"
|
||
|
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||
|
license="RHash"
|
||
|
homepage="https://github.com/rhash/RHash"
|
||
|
distfiles="https://github.com/rhash/RHash/archive/v${version}.tar.gz"
|
||
|
checksum=60272e1955a9655308ebe64b1240d76906a7ea8fab81baaab706560fc4251838
|
||
|
|
||
|
post_install() {
|
||
|
vlicense COPYING
|
||
|
}
|