summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexis Janon2020-09-20 00:28:43 +0200
committerAlexis Janon2020-09-20 00:28:43 +0200
commit0c5b39da55c7a8b57a58b6ded287c1727d9b1a31 (patch)
treec90e2936d423eff0bce8c7334d9771dc59b84365
downloadaur-0c5b39da55c7a8b57a58b6ded287c1727d9b1a31.tar.gz
Initial commit
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD19
2 files changed, 31 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..8e4392d90f2e
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,12 @@
+pkgbase = ttf-simple-line-icons
+ pkgdesc = Simple and Minimal Line Icons
+ pkgver = 2.5.4
+ pkgrel = 1
+ url = https://thesabbir.github.io/simple-line-icons
+ arch = any
+ license = MIT
+ source = ttf-simple-line-icons-2.5.4.tar.gz::https://github.com/thesabbir/simple-line-icons/archive/v2.5.4.tar.gz
+ md5sums = 52b2bb4b232f7254a8a5e1791870a91d
+
+pkgname = ttf-simple-line-icons
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..c7a2767db485
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,19 @@
+# Maintainer: Alexis Janon <kardyne+aur@gmail.com>
+
+_pkgsrcname=simple-line-icons
+_pkgmaintainer=thesabbir
+_versionprefix=v
+pkgver=2.5.4
+pkgrel=1
+pkgdesc="Simple and Minimal Line Icons "
+pkgname=ttf-simple-line-icons
+arch=(any)
+url="https://thesabbir.github.io/simple-line-icons"
+license=('MIT')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/${_pkgmaintainer}/${_pkgsrcname}/archive/${_versionprefix}${pkgver}.tar.gz")
+md5sums=('52b2bb4b232f7254a8a5e1791870a91d')
+
+package() {
+ cd "${srcdir}/${_pkgsrcname}-${pkgver}/fonts"
+ install -D -m644 "Simple-Line-Icons.ttf" "$pkgdir/usr/share/fonts/TTF/Simple-Line-Icons.ttf"
+}