unar: update to 1.10.5
note: dist files are still from the upstream project, they just moved.
This commit is contained in:
parent
e6ba4298b1
commit
2716448897
1 changed files with 7 additions and 8 deletions
|
@ -1,21 +1,20 @@
|
||||||
# Template file for 'unar'.
|
# Template file for 'unar'
|
||||||
pkgname=unar
|
pkgname=unar
|
||||||
version=1.10.1
|
version=1.10.5
|
||||||
revision=1
|
revision=1
|
||||||
archs="~*-musl" # regexec incompatible
|
archs="~*-musl" # regexec incompatible
|
||||||
wrksrc="kosovan-theunarchiver-1534a5cf6900"
|
|
||||||
build_wrksrc="XADMaster"
|
build_wrksrc="XADMaster"
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_use_env="yes"
|
make_use_env="yes"
|
||||||
make_cmd="make -f Makefile.linux"
|
make_cmd="make -f Makefile.linux"
|
||||||
hostmakedepends="gcc-objc"
|
hostmakedepends="gcc-objc"
|
||||||
makedepends="gnustep-base-devel bzip2-devel"
|
makedepends="gnustep-base-devel bzip2-devel wavpack-devel"
|
||||||
short_desc="Unarchiver for a variety of file formats"
|
short_desc="Unarchiver for a variety of file formats"
|
||||||
maintainer="Robert Lowry <bobertlo@gmail.com>"
|
maintainer="Robert Lowry <bobertlo@gmail.com>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://theunarchiver.com/command-line"
|
homepage="https://theunarchiver.com/command-line"
|
||||||
distfiles="https://bitbucket.org/kosovan/theunarchiver/get/unar-${version}.tar.bz2"
|
distfiles="https://github.com/MacPaw/unar/archive/v${version}.tar.gz"
|
||||||
checksum=0900c3dea4744f34c8396e689d7cf5a6cf00cab3fa066347755657866e6f5d59
|
checksum=3531fc266e3413aa91adf40d3754360adeb162d85f5af0cb9f0ea1a3d998222f
|
||||||
nocross="objc doesn't get cross build at present within gcc (as seen in gnustep)"
|
nocross="objc doesn't get cross build at present within gcc (as seen in gnustep)"
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
|
@ -26,7 +25,7 @@ do_install() {
|
||||||
|
|
||||||
for x in unar lsar; do
|
for x in unar lsar; do
|
||||||
vbin "$x"
|
vbin "$x"
|
||||||
vman "${wrksrc}/Extra/${x}.1"
|
vman "Extra/${x}.1"
|
||||||
vinstall "${wrksrc}/Extra/${x}.bash_completion" 644 usr/share/bash-completions "$x"
|
vinstall "Extra/${x}.bash_completion" 644 usr/share/bash-completions "$x"
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue