summaryrefslogblamecommitdiffstats
path: root/dist/archlinux/stable/PKGBUILD
blob: a41af5532ebfa5c41887f2f63b75f9b2344653f2 (plain) (tree)
1
2
3
4
5
6
7
8
9
10


                                                                        
          
        




                                                                       
                                                                                         
                         
                                    
                                                                               



                               
                                         




                               
                                                                   

 
# Maintainer: Mattias Andrée <`base64 -d`(bWFhbmRyZWUK)@member.fsf.org>

pkgname=blueshift
pkgver=1.6
pkgrel=1
pkgdesc="An extensible and highly configurable alternative to redshift"
arch=(i686 x86_64)
url="https://github.com/maandree/blueshift"
license=('AGPL3')
depends=(python3 libxcb argparser)
makedepends=(cython gcc python3 libxcb make coreutils sed zip texinfo auto-auto-complete)
install=blueshift.install
source=($url/archive/$pkgver.tar.gz)
sha256sums=('5df863bbdbbf6d49546266c0f6686eb8bf4bf595a9049932d6c816a260788d8f')


build() {
  cd "$srcdir/$pkgname-$pkgver"
  make PREFIX=/usr LIBEXEC=/lib/blueshift
}


package() {
  cd "$srcdir/$pkgname-$pkgver"
  make PREFIX=/usr LIBEXEC=/lib/blueshift install DESTDIR="$pkgdir"
}