mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
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'
|
# 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
|
||||||
|
|
Loading…
Add table
Reference in a new issue