Skip to content

Commit

Permalink
v1.0-2
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafael authored Sep 3, 2021
1 parent b0de90e commit 7d9d15c
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions PKGBUILD
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Maintainer: Rafael from RebornOS

pkgname=ttf-righteous-regular
_pkgname=Righteous-Regular
pkgver=1.0
pkgrel=2
pkgdesc='Righteous Regular font'
arch=('any')
url='https://fonts.google.com/specimen/Righteous'
license=('SIL Open Font License')
source=('OFL.txt'
"${_pkgname}.ttf")
sha256sums=('1c5bc055869d5e9151ec7774082727db720ec4293c65be67f91a4bdcaeb02998'
'4c3cdc5de2d70c4ee75fc9c1723a6b8f2d7316f49b383335fd8257a17dd88ade')

package() {
install -d ${pkgdir}/usr/share/fonts/TTF/
install -m644 ${_pkgname}.ttf ${pkgdir}/usr/share/fonts/TTF/
install -D -m644 OFL.txt ${pkgdir}/usr/share/licenses/${pkgname}/OFL.txt
}

0 comments on commit 7d9d15c

Please sign in to comment.