summaryrefslogtreecommitdiff
path: root/bbswitch/Pkgfile
blob: 7497c058bc5f8313b6a0916c9d7452dc135090c4 (plain)
    1 # Description: A kernel module for automating module switches on optimus laptops
    2 # URL: https://github.com/Bumblebee-Project/bbswitch
    3 # Maintainer: Matt Housh, jaeger at crux dot ninja
    4 
    5 name=bbswitch
    6 version=0.8
    7 release=1
    8 source=(https://github.com/Bumblebee-Project/$name/archive/v$version/$name-$version.tar.gz)
    9 
   10 build() {
   11 	cd $name-$version
   12 	make
   13 	install -D -m 0644 $name.ko $PKG/lib/modules/$(uname -r)/misc/$name.ko
   14 }

Generated by cgit