mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
unar: fix license.
Revbumping to propagate the change to the repos.
This commit is contained in:
parent
6d892941d0
commit
5204dd9c4f
1 changed files with 4 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'unar'
|
# Template file for 'unar'
|
||||||
pkgname=unar
|
pkgname=unar
|
||||||
version=1.10.7
|
version=1.10.7
|
||||||
revision=10
|
revision=11
|
||||||
archs="~*-musl" # regexec incompatible
|
archs="~*-musl" # regexec incompatible
|
||||||
build_wrksrc="XADMaster"
|
build_wrksrc="XADMaster"
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
|
@ -11,7 +11,7 @@ hostmakedepends="gcc-objc"
|
||||||
makedepends="gnustep-base-devel bzip2-devel wavpack-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="LGPL-2.1-or-later"
|
||||||
homepage="https://theunarchiver.com/command-line"
|
homepage="https://theunarchiver.com/command-line"
|
||||||
distfiles="https://github.com/MacPaw/unar/archive/v${version}.tar.gz"
|
distfiles="https://github.com/MacPaw/unar/archive/v${version}.tar.gz"
|
||||||
checksum=6ab8f01f7db8bc88e6e8e08a1d79fb7ef8e9fb1d940c748d0a329a2d6d331016
|
checksum=6ab8f01f7db8bc88e6e8e08a1d79fb7ef8e9fb1d940c748d0a329a2d6d331016
|
||||||
|
@ -23,10 +23,9 @@ post_extract() {
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
|
|
||||||
for x in unar lsar; do
|
for x in unar lsar; do
|
||||||
vbin "$x"
|
vbin "${x}"
|
||||||
vman "Extra/${x}.1"
|
vman "Extra/${x}.1"
|
||||||
vinstall "Extra/${x}.bash_completion" 644 usr/share/bash-completion/completions "$x"
|
vinstall "Extra/${x}.bash_completion" 644 usr/share/bash-completion/completions "${x}"
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue