urlview: fix license

This commit is contained in:
Colin Booth 2021-06-08 00:06:20 -07:00 committed by Đoàn Trần Công Danh
parent aac6d33f3b
commit 06ddf47b98

View file

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