mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 19:02:57 +02:00
xbattmon: fix license
This commit is contained in:
parent
80fe3cce34
commit
984156d06e
1 changed files with 6 additions and 2 deletions
|
@ -1,13 +1,13 @@
|
||||||
# Template file for 'xbattmon'
|
# Template file for 'xbattmon'
|
||||||
pkgname=xbattmon
|
pkgname=xbattmon
|
||||||
version=1.1
|
version=1.1
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
make_install_args="PREFIX=/usr"
|
make_install_args="PREFIX=/usr"
|
||||||
makedepends="libX11-devel"
|
makedepends="libX11-devel"
|
||||||
short_desc="Simple battery monitor"
|
short_desc="Simple battery monitor"
|
||||||
maintainer="Duncaen <duncaen@voidlinux.org>"
|
maintainer="Duncaen <duncaen@voidlinux.org>"
|
||||||
license="GPL-3"
|
license="ISC"
|
||||||
homepage="http://git.2f30.org/xbattmon/"
|
homepage="http://git.2f30.org/xbattmon/"
|
||||||
distfiles="http://dl.2f30.org/releases/${pkgname}-${version}.tar.gz"
|
distfiles="http://dl.2f30.org/releases/${pkgname}-${version}.tar.gz"
|
||||||
checksum=4ff7b156c69a56e4e6649a9f3bf5ee72858f856e7aad3614e8b3275a29f226ff
|
checksum=4ff7b156c69a56e4e6649a9f3bf5ee72858f856e7aad3614e8b3275a29f226ff
|
||||||
|
@ -16,3 +16,7 @@ pre_build() {
|
||||||
[ -e ${FILESDIR}/config.h ] && cp ${FILESDIR}/config.h config.h
|
[ -e ${FILESDIR}/config.h ] && cp ${FILESDIR}/config.h config.h
|
||||||
sed -i '/^PREFIX =*/d' config.mk
|
sed -i '/^PREFIX =*/d' config.mk
|
||||||
}
|
}
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue