summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 0e7901f8c52be5f5081b7e9f0cf21144af479acf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Maintainer: Alex S. shantanna_at_hotmail_dot_com>

pkgname=gnome-shell-extension-shutdowntimer
pkgver=21
pkgrel=1
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/"
}