Skip to content

Commit

Permalink
pkgs/tilda: PKGBUILD
Browse files Browse the repository at this point in the history
  • Loading branch information
raphael-proust committed Dec 12, 2015
1 parent c687b42 commit 984ea44
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions pkgs/Tilda/PKGBUILD
@@ -0,0 +1,33 @@
pkgname=tilda
pkgver="$(date +%Y%m%d)"
pkgrel=1
pkgdesc='Tilda - A script typeface with size-specific styles'
url='http://tilda.fontbureau.com/'
arch=('i686' 'x86_64')
license=('custom')
depends=()
makedepends=()
source=(
'Tilda-Grande.otf'
'Tilda-Petite.otf'
'SingleUserLicense.pdf'
)
md5sums=(
c83ab2799a12133fa1dcfe31f904c7b2
42684d477a6f4a88ceeeb3802f75e603
b134323cecc11d571467439f4e0d4323
)

provides=('tilda')

build() {
true
}

package() {
cd "${srcdir}"
install -Dm644 'Tilda-Grande.otf' "${pkgdir}/usr/share/fonts/OTF/Tilda-Grande.otf"
install -Dm644 'Tilda-Petite.otf' "${pkgdir}/usr/share/fonts/OTF/Tilda-Petite.otf"
install -Dm644 'SingleUserLicense.pdf' "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.pdf"
}

0 comments on commit 984ea44

Please sign in to comment.