aboutsummaryrefslogtreecommitdiffstats
path: root/nightshift
diff options
context:
space:
mode:
Diffstat (limited to 'nightshift')
-rw-r--r--nightshift/PKGBUILD25
l---------nightshift/upload1
2 files changed, 26 insertions, 0 deletions
diff --git a/nightshift/PKGBUILD b/nightshift/PKGBUILD
new file mode 100644
index 0000000..ecf8bf2
--- /dev/null
+++ b/nightshift/PKGBUILD
@@ -0,0 +1,25 @@
+# Maintainer: Mattias Andrée <m@`base64 -d`(bWFhbmRyZWUK).se>
+
+pkgname=nightshift
+pkgver=0.6.2
+pkgrel=1
+pkgdesc="A terminal user interface for redshift"
+arch=(any)
+url="https://codeberg.org/maandree/nightshift"
+license=('custom:ISC')
+depends=(python3 redshift)
+makedepends=(zip auto-auto-complete)
+source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
+sha256sums=(59db76e8bd7486bb548626f1644377475fec73c0b2f1370380349cc9ccadf614)
+
+
+build() {
+ cd "$srcdir/$pkgname"
+ make PREFIX=/usr
+}
+
+
+package() {
+ cd "$srcdir/$pkgname"
+ make PREFIX=/usr DESTDIR="$pkgdir" install
+}
diff --git a/nightshift/upload b/nightshift/upload
new file mode 120000
index 0000000..1e7a8be
--- /dev/null
+++ b/nightshift/upload
@@ -0,0 +1 @@
+../upload \ No newline at end of file