summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfordprefect2022-06-20 13:53:27 +0200
committerfordprefect2022-06-20 13:53:27 +0200
commit968a0ce8cd925b44e8adbe8e456d42d467f04e59 (patch)
tree4390a95cba4960fcd85766e50e534387980c1e9a
downloadaur-otf-ems-serenissima.tar.gz
1.01
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD14
2 files changed, 25 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..3dcdeaafbc15
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,11 @@
+pkgbase = otf-ems-serenissima
+ pkgdesc = Music font emulating the most common way music was printed in the 16th and 17th centuries
+ pkgver = 1.01
+ pkgrel = 1
+ url = https://www.earlymusicsources.com/more/font-serenissima
+ arch = any
+ license = CCPL
+ source = otf-ems-serenissima-1.01.otf::https://tinyurl.com/y4qnewpd
+ sha256sums = f242c0e906c109ca824d26ed984c266aeb998fb86e91440977803445ee52e70d
+
+pkgname = otf-ems-serenissima
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..dc9e39c3ef3d
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,14 @@
+pkgname=otf-ems-serenissima
+pkgver=1.01
+pkgrel=1
+pkgdesc="Music font emulating the most common way music was printed in the 16th and 17th centuries"
+arch=(any)
+url="https://www.earlymusicsources.com/more/font-serenissima"
+license=('CCPL') #cc-by-3.0
+source=("$pkgname-$pkgver.otf::https://tinyurl.com/y4qnewpd")
+sha256sums=('f242c0e906c109ca824d26ed984c266aeb998fb86e91440977803445ee52e70d')
+
+package() {
+ install -Dm0644 -t "$pkgdir/usr/share/fonts/OTF/" *otf
+}
+