void-packages/srcpkgs/unrar/template
2021-05-21 16:03:21 -03:00

25 lines
645 B
Bash

# Template file for 'unrar'
pkgname=unrar
version=6.0.6
revision=1
wrksrc=unrar
short_desc="Unarchiver for .rar files (non-free version)"
maintainer="Orphaned <orphan@voidlinux.org>"
license="custom:freeware"
homepage="https://www.rarlab.com/rar_add.htm"
distfiles="https://www.rarlab.com/rar/unrarsrc-${version}.tar.gz"
checksum=011ef7290d3394a62bb5bfced914cd510a7eea7255cf69417f9c952bb6056588
repository=nonfree
do_build() {
vsed -e 's/^\(CXXFLAGS\)=\(.*\)/\1+=\2/' \
-e 's/^\(LDFLAGS\)=\(.*\)/\1+=-lpthread \2/' \
-i makefile
make CXX="$CXX" LD="$LD" STRIP=: -f makefile
}
do_install() {
vbin unrar
vlicense license.txt LICENSE
}