aboutsummaryrefslogtreecommitdiffstats
path: root/radharc
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2019-10-07 20:34:07 +0200
committerMattias Andrée <maandree@kth.se>2019-10-07 20:34:07 +0200
commit43e68c38bcd190d4e8adac2e4222f57e404cb990 (patch)
treec7b59f002ff556aedb4c8f188097073f8e6a8d24 /radharc
parent... (diff)
downloadaur-packages-43e68c38bcd190d4e8adac2e4222f57e404cb990.tar.gz
aur-packages-43e68c38bcd190d4e8adac2e4222f57e404cb990.tar.bz2
aur-packages-43e68c38bcd190d4e8adac2e4222f57e404cb990.tar.xz
Update cg-tools and add radharc
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'radharc')
-rw-r--r--radharc/PKGBUILD24
l---------radharc/upload1
2 files changed, 25 insertions, 0 deletions
diff --git a/radharc/PKGBUILD b/radharc/PKGBUILD
new file mode 100644
index 0000000..9808c05
--- /dev/null
+++ b/radharc/PKGBUILD
@@ -0,0 +1,24 @@
+# Maintainer: Mattias Andrée <`base64 -d`(bWFhbmRyZWUK)@kth.se>
+
+pkgname=radharc
+pkgver=1.0
+pkgrel=1
+pkgdesc="Adjusts the color temperature of according to the sun's position"
+arch=(i686 x86_64)
+url="https://github.com/maandree/radharc"
+license=('ISC')
+depends=(libcoopgamma libred)
+makedepends=(libcoopgamma libclut libred)
+source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
+sha256sums=(60e123f824273b5137f98784bb3632c128d9f108448df93420cb5ba2c0450cc6)
+
+
+build() {
+ cd "$srcdir/$pkgname-$pkgver"
+ make DESTDIR="$pkgdir"
+}
+
+package() {
+ cd "$srcdir/$pkgname-$pkgver"
+ make install DESTDIR="$pkgdir"
+}
diff --git a/radharc/upload b/radharc/upload
new file mode 120000
index 0000000..1e7a8be
--- /dev/null
+++ b/radharc/upload
@@ -0,0 +1 @@
+../upload \ No newline at end of file