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

                                              

                                      
                                                                          
                                                                             
 

         
                                       
                           


           

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

pkgname=adjbacklight
pkgver=7.1
pkgrel=1
pkgdesc="Convient method for adjusting the backlight on your portable computer"
arch=('x86_64' 'i686')
url="https://github.com/maandree/adjbacklight"
license=('GPL3')
depends=('linux')
makedepends=('gcc' 'make' 'coreutils')
source=(https://github.com/maandree/adjbacklight/archive/${pkgver}.tar.gz)
sha256sums=(0f38af21aa36f6de1eb6fab91c4b8da6279fdd25e381149a1856cc06fd39ffc4)


build() {
  cd "${srcdir}/adjbacklight-${pkgver}"
  make DESTDIR="${pkgdir}/"
}

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