urlview: fix license
This commit is contained in:
parent
aac6d33f3b
commit
06ddf47b98
1 changed files with 3 additions and 3 deletions
|
@ -1,20 +1,20 @@
|
|||
# Template file for 'urlview'
|
||||
pkgname=urlview
|
||||
version=0.9
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="mk-configure"
|
||||
makedepends="ncurses-devel"
|
||||
conf_files="/etc/urlview.conf"
|
||||
short_desc="Extract URLs from a text file and allow the user to select via a menu"
|
||||
maintainer="Liam Howley <liam.howley@hotmail.com>"
|
||||
license="GPL-2.0"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="https://github.com/sigpipe/urlview"
|
||||
distfiles="https://gnupg.org/ftp/mutt/contrib/$pkgname-$version.tar.gz"
|
||||
checksum=74d18026e84e3cd70a3fdd1a7247a68031b0c1c1c6d761d64b7063ff71091cc3
|
||||
|
||||
pre_configure() {
|
||||
sed -i '/install-data-local/,/^$/d' Makefile.am
|
||||
vsed -i '/install-data-local/,/^$/d' Makefile.am
|
||||
}
|
||||
post_install() {
|
||||
vbin url_handler.sh
|
||||
|
|
Loading…
Reference in a new issue