summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: b842cf3e0cf967017ef1133bf6e968386e90a785 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Maintainer: Sick Codes <info at sick dot codes>
# Maintainer: Christian Hoff <https://github.com/choff>
# Contributor: Tobias Martin <tm-x at gmx dot net>

_commit=ab8278c603ed54152d3a8e23269198d1044b2fa3

pkgname=binder_linux-dkms
pkgver=6.1
pkgrel=3
arch=("x86_64")
url='https://github.com/choff/anbox-modules'
pkgdesc='Android kernel driver fork by @choff in DKMS format, binder only.'
license=("GPL3")
conflicts=("anbox-modules-dkms")
depends=("dkms")
makedepends=("git")
source=(
    "git+${url}.git#commit=${_commit}")
sha256sums=('SKIP')
prepare(){
    cd "${srcdir}/anbox-modules"

}
package(){
    install -dm755 "${pkgdir}/usr/src/binder-1"
    cp -r "${srcdir}/anbox-modules/binder/"* "${pkgdir}/usr/src/binder-1/"
}