summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: aea890de5619d0f1ffbc6562169287dda8095d0b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Maintainer: Caleb Woodbine <github.com/BobyMCbobs>
pkgname=rpicustomiser
pkgver=1.0.1
pkgrel=1
pkgdesc="A useful tool for customising Rasbian. Chroot, install deb packages, copy files, customise."
arch=('any')
url="https://gitlab.com/BobyMCbobs/${rpicustomiser}"
license=('GPL')
depends=('bash' 'qemu' 'qemu-user-static' 'binfmt-support')
install=
source=("https://gitlab.com/BobyMCbobs/${pkgname}/-/archive/${pkgver}/${pkgname}-${pkgver}.zip")
noextract=()
md5sums=('SKIP')

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