hostaliases: rebuild for metadata
This commit is contained in:
parent
e58e6d88dd
commit
6891972261
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'hostaliases'
|
# Template file for 'hostaliases'
|
||||||
pkgname=hostaliases
|
pkgname=hostaliases
|
||||||
version=2
|
version=2
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
short_desc="HOSTALIASES libc independent support"
|
short_desc="HOSTALIASES libc independent support"
|
||||||
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
||||||
|
@ -9,3 +9,7 @@ license="MIT"
|
||||||
homepage="https://github.com/thypon/hostaliases"
|
homepage="https://github.com/thypon/hostaliases"
|
||||||
distfiles="https://github.com/thypon/hostaliases/archive/v${version}.tar.gz"
|
distfiles="https://github.com/thypon/hostaliases/archive/v${version}.tar.gz"
|
||||||
checksum=a29411e576fa485742d7b16ed838b960a462cdd862086fcd3250c7175d19ba93
|
checksum=a29411e576fa485742d7b16ed838b960a462cdd862086fcd3250c7175d19ba93
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue