summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD20
1 files changed, 20 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..b71a2b7e5aa2
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,20 @@
+# Maintainer: ossian <self@ossian.dev>
+#
+# This PKGBUILD was generated by `cargo aur`: https://crates.io/crates/cargo-aur
+
+pkgname=punfetch-bin
+pkgver=0.3.6
+pkgrel=1
+pkgdesc="A blazingly fast system fetch program to pair with onefetch"
+url="https://punfetch.dev/"
+license=("MIT")
+arch=("x86_64")
+provides=("punfetch")
+conflicts=("punfetch")
+source=("https://github.com/ozwaldorf/punfetch/releases/download/v$pkgver/punfetch-$pkgver-x86_64.tar.gz")
+sha256sums=("5719f3dcaafa51cb53ec127a437f490549fb4ce620dfd7cec712b9c04eae7a75")
+
+package() {
+ install -Dm755 punfetch -t "$pkgdir/usr/bin"
+ install -Dm644 LICENSE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
+}