diff options
author | Mattias Andrée <maandree@kth.se> | 2016-07-07 08:35:03 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2016-07-07 08:35:03 +0200 |
commit | 9d91509f98b0c7fc6869f64f720a175ebcf49862 (patch) | |
tree | 7cee0d20001532515f80c540eb12b0311f98b86b /blue | |
parent | Update xorg-server-hwcursor-gamma (diff) | |
download | aur-packages-9d91509f98b0c7fc6869f64f720a175ebcf49862.tar.gz aur-packages-9d91509f98b0c7fc6869f64f720a175ebcf49862.tar.bz2 aur-packages-9d91509f98b0c7fc6869f64f720a175ebcf49862.tar.xz |
Add blue
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'blue')
-rw-r--r-- | blue/PKGBUILD | 20 | ||||
l--------- | blue/upload | 1 |
2 files changed, 21 insertions, 0 deletions
diff --git a/blue/PKGBUILD b/blue/PKGBUILD new file mode 100644 index 0000000..e918a86 --- /dev/null +++ b/blue/PKGBUILD @@ -0,0 +1,20 @@ +# Maintainer: Mattias Andrée <`base64 -d`(bWFhbmRyZWUK)@member.fsf.org> + +pkgname=blue +pkgver=1 +pkgrel=1 +pkgdesc="Creates table of when the blue hour, the golden hour, or whatever you want occurs" +arch=(any) +url="https://github.com/maandree/blue" +license=('custom:ISC') +depends=(python3 solar-python) +makedepends=() +source=($url/archive/$pkgver.tar.gz) +sha256sums=(952c9433425867b0d0e139699a23e2a941e6bd291b474b6d39daba2b6647573b) + + +package() { + cd "$srcdir/$pkgname-$pkgver" + make install DESTDIR="$pkgdir" +} + diff --git a/blue/upload b/blue/upload new file mode 120000 index 0000000..1e7a8be --- /dev/null +++ b/blue/upload @@ -0,0 +1 @@ +../upload
\ No newline at end of file |