21 lines
603 B
Bash
21 lines
603 B
Bash
# 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
|
|
}
|