Skip to content

Commit

Permalink
Added the Segoe Script font to hori-fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
hmlendea committed Apr 23, 2020
1 parent 2eac5a0 commit 6ac4b3e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 9 deletions.
3 changes: 2 additions & 1 deletion pkg/hori-fonts/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
\?f=*
*
!PKGBUILD
19 changes: 11 additions & 8 deletions pkg/hori-fonts/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pkgname=hori-fonts
pkgver=1.0.0
pkgver=1.1.0
pkgrel=0
pkgdesc="Hori's fonts collection"
arch=('any')
Expand All @@ -9,17 +9,20 @@ install=
source=('https://dl.dafont.com/dl/?f=hesperides'
'https://dl.dafont.com/dl/?f=optimusprinceps'
'https://dl.dafont.com/dl/?f=oblivion'
'https://dl.dafont.com/dl/?f=planewalker')
'https://dl.dafont.com/dl/?f=planewalker'
'https://www.cufonfonts.com/download/font/segoe-script')
sha256sums=('badedee1b9309c00b1c9246a109d8ea9e0bca99c9b84c5ab5e40c691abf66cf8'
'e15919cc66bed71f1b2b58619608040e98e736cd835ec0b3c4a65777b41db5ef'
'6511d9fb2bccb8356570bf8874b165e9fe948c253184cea95b1281911b1e4c39'
'e0aa38fd5e8b752164d9367c46005a3bc89e2cb909b77cc9a4a2f05f7d90cab7')
'e0aa38fd5e8b752164d9367c46005a3bc89e2cb909b77cc9a4a2f05f7d90cab7'
'96a899e3df4a08775f7b3d05d62f9b8b951dc35f7640141644e97e3abc306fd5')

package() {
install -d "${pkgdir}/usr/share/fonts/${pkgname}/"
install -m644 "${srcdir}"/HESPD___.TTF "${pkgdir}/usr/share/fonts/${pkgname}/Hesperides.ttf"
install -m644 "${srcdir}"/OptimusPrinceps.ttf "${pkgdir}/usr/share/fonts/${pkgname}/Optimus Princeps.ttf"
install -m644 "${srcdir}"/oblivion-font.ttf "${pkgdir}/usr/share/fonts/${pkgname}/Oblivion.ttf"
install -m644 "${srcdir}"/Planewalker.otf "${pkgdir}/usr/share/fonts/${pkgname}/Planewalker.otf"
}

install -m644 "${srcdir}/HESPD___.TTF" "${pkgdir}/usr/share/fonts/${pkgname}/Hesperides.ttf"
install -m644 "${srcdir}/OptimusPrinceps.ttf" "${pkgdir}/usr/share/fonts/${pkgname}/Optimus Princeps.ttf"
install -m644 "${srcdir}/oblivion-font.ttf" "${pkgdir}/usr/share/fonts/${pkgname}/Oblivion.ttf"
install -m644 "${srcdir}/Planewalker.otf" "${pkgdir}/usr/share/fonts/${pkgname}/Planewalker.otf"
install -m644 "${srcdir}/Segoe Script.ttf" "${pkgdir}/usr/share/fonts/${pkgname}/Segoe Script.ttf"
}

0 comments on commit 6ac4b3e

Please sign in to comment.