mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
New package: font-Hasklig-1.1.
This commit is contained in:
parent
09fef4f461
commit
07fb503335
1 changed files with 21 additions and 0 deletions
21
srcpkgs/font-Hasklig/template
Normal file
21
srcpkgs/font-Hasklig/template
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
# Template file for 'font-Hasklig'
|
||||||
|
pkgname=font-Hasklig
|
||||||
|
version=1.1
|
||||||
|
revision=1
|
||||||
|
archs=noarch
|
||||||
|
create_wrksrc=yes
|
||||||
|
hostmakedepends="unzip"
|
||||||
|
depends="font-util xbps-triggers"
|
||||||
|
short_desc="Monospaced font with ligatures"
|
||||||
|
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
||||||
|
license="OFL-1.1"
|
||||||
|
homepage="https://github.com/i-tu/Hasklig/"
|
||||||
|
distfiles="https://github.com/i-tu/Hasklig/releases/download/${version}/Hasklig-${version}.zip"
|
||||||
|
checksum=98eccec22bc0ae3838a099a911230f62197e681b6a6c30e5149c52f5fc6a95c3
|
||||||
|
|
||||||
|
font_dirs="/usr/share/fonts/OTF"
|
||||||
|
|
||||||
|
do_install() {
|
||||||
|
vmkdir usr/share/fonts/OTF
|
||||||
|
vcopy "*" usr/share/fonts/OTF
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue