summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOxodao2022-02-05 03:36:24 +0100
committerOxodao2022-02-05 03:36:24 +0100
commit92b4a2805380cf5c4a39d2a26dd59001b186dc90 (patch)
tree44159dc11ea5f77a7d545ee56eabf899f295efaa
downloadaur-92b4a2805380cf5c4a39d2a26dd59001b186dc90.tar.gz
Initial AUR release
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD15
2 files changed, 26 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..336ce733543f
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,11 @@
+pkgbase = metaprint-bin
+ pkgdesc = Give up on your random scripts ! Easily render any computer infos for stuff like i3, tmux, ...
+ pkgver = 0.4
+ pkgrel = 1
+ url = https://github.com/oxodao/metaprint
+ arch = x86_64
+ license = GPL
+ source = https://github.com/oxodao/metaprint-bin/releases/download/v0.4/metaprint-bin-v0.4-linux-x86_64
+ md5sums = SKIP
+
+pkgname = metaprint-bin
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..c6c5e549a26e
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,15 @@
+# Maintainer: oxodao <oxodao@gmail.com>
+pkgname=metaprint-bin
+pkgver=0.4
+pkgrel=1
+pkgdesc="Give up on your random scripts ! Easily render any computer infos for stuff like i3, tmux, ..."
+arch=('x86_64')
+url="https://github.com/oxodao/metaprint"
+license=('GPL')
+optdepends=()
+source=("https://github.com/oxodao/$pkgname/releases/download/v$pkgver/$pkgname-v$pkgver-linux-$CARCH")
+md5sums=('SKIP')
+
+package() {
+ install -Dm 777 "$pkgname-v$pkgver-linux-$CARCH" "${pkgdir}/usr/bin/metaprint"
+}