summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 5 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e1711f915330..7427941f4dee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,6 +10,11 @@ provides=('otf-montserrat')
source=('https://www.fontsquirrel.com/fonts/download/montserrat')
sha256sums=('SKIP')
+prepare () {
+
+ sha256sum -c "${startdir}/sums"
+}
+
package() {
install -D -m644 "SIL Open Font License.txt" "${pkgdir}/usr/share/licenses/${pkgname}/LICENCE"