summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD16
1 files changed, 6 insertions, 10 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 349104729c87..b2c6fcbb7c5a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,22 +1,18 @@
-# Maintainer: "devzero" (Tim Rice) <t dot rice at ms dot unimelb dot edu dot au>
+# Maintainer: Alexander Bruegmann <mail[at]abruegmann[dot]eu>
+# Contributor: "devzero" (Tim Rice) <t dot rice at ms dot unimelb dot edu dot au>
pkgname=ttf-sans-bullshit-sans
_realname=SansBullshitSans
pkgver=1.0
-pkgrel=2
+pkgrel=3
pkgdesc="The font that replaces every buzzword by a Comic Sans-styled censorship bar."
arch=(any)
url="http://www.sansbullshitsans.com/"
license=('APACHE')
-depends=('fontconfig' 'xorg-font-utils')
-install=ttf.install
source=(https://pixelambacht.nl/downloads/${_realname}.ttf)
-
-build() { :
-}
+md5sums=('1b1644f29e2f9981d1d67b561bb47348')
package() {
cd "$srcdir"
- install -dm755 "$pkgdir/usr/share/fonts/TTF"
- install -Dm644 *.ttf "$pkgdir/usr/share/fonts/TTF"
+ install -d "$pkgdir/usr/share/fonts/TTF"
+ install -m644 *.ttf "$pkgdir/usr/share/fonts/TTF"
}
-md5sums=('1b1644f29e2f9981d1d67b561bb47348')