mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
font-kakwafont: fix package.
This commit is contained in:
parent
0e123a52bf
commit
960db10b65
1 changed files with 5 additions and 3 deletions
|
@ -1,18 +1,20 @@
|
||||||
# Template file for 'font-kakwafont'
|
# Template file for 'font-kakwafont'
|
||||||
pkgname=font-kakwafont
|
pkgname=font-kakwafont
|
||||||
version=0.1.1
|
version=0.1.1
|
||||||
revision=2
|
revision=3
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="kakwafont-${version}"
|
wrksrc="kakwafont-${version}"
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_install_args="INDEX=true"
|
make_install_args="INDEX=false"
|
||||||
hostmakedepends="bdftopcf mkfontdir"
|
hostmakedepends="bdftopcf"
|
||||||
|
depends="font-util"
|
||||||
short_desc="Another 12px monospace bitmap font"
|
short_desc="Another 12px monospace bitmap font"
|
||||||
maintainer="xaltsc <xaltsc@protonmail.ch>"
|
maintainer="xaltsc <xaltsc@protonmail.ch>"
|
||||||
license="OFL-1.1"
|
license="OFL-1.1"
|
||||||
homepage="https://github.com/kakwa/kakwafont"
|
homepage="https://github.com/kakwa/kakwafont"
|
||||||
distfiles="https://github.com/kakwa/kakwafont/archive/${version}.tar.gz"
|
distfiles="https://github.com/kakwa/kakwafont/archive/${version}.tar.gz"
|
||||||
checksum=73643ab99029641ff551d41bc83d9b7d8623a2dd49275b0183ef91a57b22426b
|
checksum=73643ab99029641ff551d41bc83d9b7d8623a2dd49275b0183ef91a57b22426b
|
||||||
|
font_dirs="/usr/share/misc"
|
||||||
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue