summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 4b8eaba7b128ad8526cee3f1b091b4b570e236e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Maintainer: Eray Aydın <eray@labkod.com>
pkgname=xgraphic
pkgver=0.1.0
pkgrel=1
pkgdesc="Switch between nvidia and bumblebee"
arch=('i686' 'x86_64')
url="https://github.com/erayaydin/xgraphic"
license=('MIT')
depends=('python')
install=
source=("git+https://github.com/erayaydin/xgraphic.git")
md5sums=('SKIP')
options=('!makeflags' '!emptydirs')

package() {
  cd "$srcdir/$pkgname"
  python setup.py install --root="$pkgdir/" --optimize=1
}