summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJorengarenar2019-07-20 12:34:23 +0200
committerJorengarenar2019-07-20 12:34:23 +0200
commitf872eb909e7c9bf9f0f182fbfb0b1f93393b57a2 (patch)
tree5bf7171cf33682601b54ae8b5caa3819aead0765 /PKGBUILD
downloadaur-f872eb909e7c9bf9f0f182fbfb0b1f93393b57a2.tar.gz
First
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
+}