void-packages/srcpkgs/unrar/template
2021-12-11 20:02:16 +01:00

24 lines
645 B
Bash

# Template file for 'unrar'
pkgname=unrar
version=6.1.3
revision=1
wrksrc=unrar
short_desc="Unarchiver for .rar files (non-free version)"
maintainer="skmpz <dem.procopiou@gmail.com>"
license="custom:freeware"
homepage="https://www.rarlab.com/rar_add.htm"
distfiles="https://www.rarlab.com/rar/unrarsrc-${version}.tar.gz"
checksum=d05022442009202a792e588bec58921c123ff046fc755f7f2272871a5bd79636
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
}