summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 4466b62e5246fbc11284f4ac4391ba3eb465ecf6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Maintainer: AJ <hckr@eml.cc>
pkgname=gpu-switch
pkgver=static.test.r9.gffe82d6
pkgrel=1
pkgdesc="gpu-switch is an application to switch between the integrated and dedicated GPU of dual-GPU MacBook Pro models for the next reboot."
arch=('x86_64')
url="https://github.com/0xbb/gpu-switch"
makedepends=('git')
provides=('gpu-switch')
source=(${pkgname}::"git+https://github.com/0xbb/${pkgname}.git"
	    'gpu-switch.install')
md5sums=('SKIP'
         '341e2d51d8cdc82469c609b952ceb92b')
install='gpu-switch.install'


package() {
    cd "$srcdir/$pkgname"
    install -Dm755 "gpu-switch" "${pkgdir}/usr/bin/gpu-switch"
}