Package Details: xsct 2.0-1

Git Clone URL: https://aur.archlinux.org/xsct.git (read-only, click to copy)
Package Base: xsct
Description: Improved sct (set screen color temperature)
Upstream URL: https://github.com/faf0/sct
Licenses: Public Domain
Submitter: perseoGI
Maintainer: perseoGI
Last Packager: perseoGI
Votes: 2
Popularity: 0.000126
First Submitted: 2021-03-25 15:16 (UTC)
Last Updated: 2023-07-31 09:52 (UTC)

Latest Comments

perseoGI commented on 2023-02-17 11:51 (UTC)

Hi folks, sorry for the delay. There you have the new version.

LemonPie commented on 2023-02-16 11:50 (UTC)

please update.

# Mainteiner: Perseo <pgutierrez@gmail.com>
pkgname=xsct
pkgver=1.9
pkgrel=1
gitname=sct

pkgdesc="Improved sct (set screen color temperature)"
arch=('i686' 'x86_64')
url="https://github.com/faf0/${gitname}"
license=('Public Domain')
depends=()
makedepends=('git' 'libx11' 'libxrandr')
source=("https://github.com/faf0/sct/archive/refs/tags/${pkgver}.tar.gz")
md5sums=('5483876b5a7fb291a7d1aabac41d3c7f')

package() {
  cd "$srcdir/${gitname}-${pkgver}"
  ls -lrt
    make DESTDIR="${pkgdir}/" install
}

tari01 commented on 2023-01-30 08:11 (UTC)

@perseoGI: Could you please update the package to 1.9? Thank you.