unclutter-xfixes: add missing license.
Closes: #8126 [via git-merge-pr]
This commit is contained in:
parent
240927ff9d
commit
9ad920e908
1 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'unclutter-xfixes'
|
# Template file for 'unclutter-xfixes'
|
||||||
pkgname=unclutter-xfixes
|
pkgname=unclutter-xfixes
|
||||||
version=1.2
|
version=1.2
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_install_args="PREFIX=/usr/bin"
|
make_install_args="PREFIX=/usr/bin"
|
||||||
hostmakedepends="pkg-config asciidoc"
|
hostmakedepends="pkg-config asciidoc"
|
||||||
|
@ -15,3 +15,7 @@ checksum=addaf8fa4e7381a95ea2279eb47be675b52eb43efb83f7a78ac9044e53121d4a
|
||||||
conflicts="unclutter>=0"
|
conflicts="unclutter>=0"
|
||||||
|
|
||||||
CFLAGS="-D__VERSION=\\\"$version\\\""
|
CFLAGS="-D__VERSION=\\\"$version\\\""
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue