Add ttf-edo-sz
This commit is contained in:
14
ttf-edo-sz/PKGBUILD
Normal file
14
ttf-edo-sz/PKGBUILD
Normal file
@@ -0,0 +1,14 @@
|
||||
pkgname=ttf-edo-sz
|
||||
pkgver=1
|
||||
pkgrel=1
|
||||
pkgdesc="Edo Sz font by Vic Fieger."
|
||||
arch=('any')
|
||||
url="https://www.dafont.com/edo-sz.font"
|
||||
license=('OFL-1.1')
|
||||
source=(https://dl.dafont.com/dl/?f=edo_sz)
|
||||
sha256sums=('939711b8211eb798aa4446dc070dd3590478c73982d39d399b0b7a8c84840cde')
|
||||
|
||||
package() {
|
||||
cd "$srcdir"
|
||||
install -Dvm644 *.ttf -t "$pkgdir/usr/share/fonts/TTF"
|
||||
}
|
||||
Reference in New Issue
Block a user