summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD18
1 files changed, 18 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..b55b655496ad
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,18 @@
+# Maintainer: Jorengarenar
+
+pkgname=dgl
+epoch=1
+pkgver=0.8.3
+pkgrel=1
+pkgdesc='Dmenu Game Launcher - use dmenu to launch your games'
+arch=('any')
+depends=('python3')
+url='https://joren.ga'
+license=('MIT')
+source=("${pkgname}::git+https://github.com/Jorengarenar/dgl.git")
+sha512sums=(SKIP)
+
+package() {
+ cd "$srcdir/$pkgname"
+ make install
+}