aboutsummaryrefslogtreecommitdiffstats
path: root/adjbacklight
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2017-10-12 22:44:26 +0200
committerMattias Andrée <maandree@kth.se>2017-10-12 22:44:26 +0200
commit600636b28f573f6d5977ea0bcbba8bebf6193a30 (patch)
tree40e4ae3c76bd40aa44cdcd90d18f3055f20c2586 /adjbacklight
parentUpdate and disown latex-beamer (diff)
downloadaur-packages-600636b28f573f6d5977ea0bcbba8bebf6193a30.tar.gz
aur-packages-600636b28f573f6d5977ea0bcbba8bebf6193a30.tar.bz2
aur-packages-600636b28f573f6d5977ea0bcbba8bebf6193a30.tar.xz
Add adjbacklight
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'adjbacklight')
-rw-r--r--adjbacklight/PKGBUILD23
l---------adjbacklight/upload1
2 files changed, 24 insertions, 0 deletions
diff --git a/adjbacklight/PKGBUILD b/adjbacklight/PKGBUILD
new file mode 100644
index 0000000..d39d952
--- /dev/null
+++ b/adjbacklight/PKGBUILD
@@ -0,0 +1,23 @@
+# Maintainer: Mattias Andrée <`base64 -d`(bWFhbmRyZWUK)@kth.se>
+
+pkgname=adjbacklight
+pkgver=8.0
+pkgrel=1
+pkgdesc="Convenient method for adjusting the backlight on your portable computer"
+arch=('x86_64' 'i686')
+url="https://github.com/maandree/adjbacklight"
+license=('custom:ISC')
+depends=('linux')
+source=(https://github.com/maandree/adjbacklight/archive/${pkgver}.tar.gz)
+sha256sums=(4df27ee6e01f9c0dae6ac0100b6f49e88aca13e4f3cee6c15944a96fed061840)
+
+
+build() {
+ cd "${srcdir}/adjbacklight-${pkgver}"
+ make DESTDIR="${pkgdir}/" PREFIX=/usr
+}
+
+package() {
+ cd "${srcdir}/adjbacklight-${pkgver}"
+ make DESTDIR="${pkgdir}/" PREFIX=/usr install
+}
diff --git a/adjbacklight/upload b/adjbacklight/upload
new file mode 120000
index 0000000..1e7a8be
--- /dev/null
+++ b/adjbacklight/upload
@@ -0,0 +1 @@
+../upload \ No newline at end of file