From 17ae0ce4b04f68d7de5bd4a14e89d0fb4d60635c Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 23 Feb 2025 17:34:34 +0100 Subject: Add nightshift 0.6.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- nightshift/PKGBUILD | 25 +++++++++++++++++++++++++ nightshift/upload | 1 + 2 files changed, 26 insertions(+) create mode 100644 nightshift/PKGBUILD create mode 120000 nightshift/upload 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 -- cgit v1.2.3-70-g09d2