mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 11:22:56 +02:00
New package: an-1.2
This commit is contained in:
parent
337c82a6e2
commit
ca4e94b243
1 changed files with 20 additions and 0 deletions
20
srcpkgs/an/template
Normal file
20
srcpkgs/an/template
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
# Template file for 'an'
|
||||||
|
pkgname=an
|
||||||
|
version=1.2
|
||||||
|
revision=1
|
||||||
|
build_style=gnu-makefile
|
||||||
|
make_install_args='INSTALLDIR=$(DESTDIR)/usr/bin'
|
||||||
|
hostmakedepends="icu-devel"
|
||||||
|
makedepends="icu-devel"
|
||||||
|
depends="words-en"
|
||||||
|
short_desc="Very fast anagram generator"
|
||||||
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
|
license="GPL-2"
|
||||||
|
homepage="https://packages.debian.org/sid/an"
|
||||||
|
distfiles="${DEBIAN_SITE}/main/a/an/an_${version}.orig.tar.xz"
|
||||||
|
checksum=b925d57d80bd0d83b755f5b8d78e6d5bf05eb059ec84a7d8fbb77b18c73b17a5
|
||||||
|
|
||||||
|
pre_install() {
|
||||||
|
vmkdir usr/bin
|
||||||
|
vmkdir usr/share/man/man6
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue