summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlex2018-05-01 17:18:38 +0200
committerAlex2018-05-01 17:18:38 +0200
commitc75bae7128853a9b4a22b034ae521c99131a6431 (patch)
tree2770336642ea9aae88b2349c807557d1f7fc2f72 /PKGBUILD
downloadaur-c75bae7128853a9b4a22b034ae521c99131a6431.tar.gz
Update to v21.r26.ged888fe
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..0e38e6cb5c9d
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,18 @@
+# Maintainer: Alex S. shantanna_at_hotmail_dot_com>
+
+pkgname=gnome-shell-extension-shutdowntimer-git
+pkgver=v21.r26.ged888fe
+pkgrel=0
+pkgdesc="Shutdown your device after a specific time. This extension adds a submenu to the status area."
+arch=('any')
+url="https://github.com/neumann89/ShutdownTimer"
+license=('unknow')
+depends=('gnome-shell')
+source=("git+https://github.com/neumann89/ShutdownTimer.git")
+sha256sums=('SKIP')
+
+package() {
+ cd "${srcdir}/ShutdownTimer"
+ mkdir -p "${pkgdir}/usr/share/gnome-shell/extensions/"
+ cp -af "ShutdownTimer@neumann" "${pkgdir}/usr/share/gnome-shell/extensions/"
+}