summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLightDot2024-03-29 00:09:33 +0100
committerLightDot2024-03-29 00:09:33 +0100
commitba6ae35809e8510474d44a5afc03b2c17fbfbdb3 (patch)
tree4a815e7f78baffdf6dfda72a2068c8f993142851
parent137c9705fcf0dab4cad3db0d649fb60a51b3031c (diff)
downloadaur-otf-junction.tar.gz
Added license and readme, cleaned up PKGBUILD
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD9
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dadad060513f..bd396421b60e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,11 @@
pkgbase = otf-junction
pkgdesc = A humanist sans-serif typeface
pkgver = 1
- pkgrel = 3
- url = http://theleagueofmoveabletype.com/junction/
+ pkgrel = 4
+ url = https://www.theleagueofmoveabletype.com/junction/
arch = any
license = OFL
source = https://github.com/theleagueof/junction/archive/master.zip
md5sums = e35636a6a9075db4f1bc09df69b8d0d3
pkgname = otf-junction
-
diff --git a/PKGBUILD b/PKGBUILD
index 5370c93f87ac..fc1a2dd06562 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,20 @@
+# Maintainer: LightDot <lightdot -a-t- g m a i l>
# Contributor: Martin Florén <martin.floren@gmail.com>
pkgname=otf-junction
pkgver=1
-pkgrel=3
+pkgrel=4
pkgdesc="A humanist sans-serif typeface"
arch=('any')
-url="http://theleagueofmoveabletype.com/junction/"
+url="https://www.theleagueofmoveabletype.com/junction/"
license=('OFL')
source=('https://github.com/theleagueof/junction/archive/master.zip')
md5sums=('e35636a6a9075db4f1bc09df69b8d0d3')
package() {
- cd $startdir/src
install -Dm 644 "junction-master/Junction-regular.otf" $pkgdir/usr/share/fonts/OTF/junction.otf
install -Dm 644 "junction-master/Junction-bold.otf" $pkgdir/usr/share/fonts/OTF/junction_bold.otf
install -Dm 644 "junction-master/Junction-light.otf" $pkgdir/usr/share/fonts/OTF/junction_light.otf
+ install -Dm 644 "junction-master/Open Font License.markdown" $pkgdir/usr/share/licenses/$pkgname/"Open Font License.markdown"
+ install -Dm 644 "junction-master/readme.markdown" $pkgdir/usr/share/doc/$pkgname/readme.markdown
}
-