21 lines
589 B
Bash
21 lines
589 B
Bash
# Template file for 'rhash'
|
|
pkgname=rhash
|
|
version=1.3.4
|
|
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=1f6daa0c066c94d2575f0aace76f34e5800c51f59f4b30029ddcfa9799564f98
|
|
|
|
post_extract() {
|
|
sed -i 's/__GLIBC__/__linux__/' librhash/byte_order.h
|
|
}
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|