summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 2dcfe48919ef7a1d0b207ed6da213d92def7d7fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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')
source=("https://gitlab.com/BobyMCbobs/${pkgname}/-/archive/${pkgver}/${pkgname}-${pkgver}.zip")
md5sums=('2676b02dc78b087415fd1dc5b8e9ce8d')

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