diff options
author | Mattias Andrée <m@maandree.se> | 2025-02-23 17:34:34 +0100 |
---|---|---|
committer | Mattias Andrée <m@maandree.se> | 2025-02-23 17:34:34 +0100 |
commit | 17ae0ce4b04f68d7de5bd4a14e89d0fb4d60635c (patch) | |
tree | b31f7a2e1f4ac8295937b988e6aea1aed598dd17 | |
parent | Update libterminput to version 1.1 (diff) | |
download | aur-packages-17ae0ce4b04f68d7de5bd4a14e89d0fb4d60635c.tar.gz aur-packages-17ae0ce4b04f68d7de5bd4a14e89d0fb4d60635c.tar.bz2 aur-packages-17ae0ce4b04f68d7de5bd4a14e89d0fb4d60635c.tar.xz |
Add nightshift 0.6.1
Signed-off-by: Mattias Andrée <m@maandree.se>
-rw-r--r-- | nightshift/PKGBUILD | 25 | ||||
l--------- | nightshift/upload | 1 |
2 files changed, 26 insertions, 0 deletions
diff --git a/nightshift/PKGBUILD b/nightshift/PKGBUILD new file mode 100644 index 0000000..12bd924 --- /dev/null +++ b/nightshift/PKGBUILD @@ -0,0 +1,25 @@ +# Maintainer: Mattias Andrée <`base64 -d`m@(bWFhbmRyZWUK).se> + +pkgname=nightshift +pkgver=0.6.1 +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=($url/archive/$pkgver.tar.gz) +sha256sums=(a5721ec588dc4e42cddfa7bafd0571393edf18c2ff31f63f9e8eb84d177410f3) + + +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 |