summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: d89749551a1706d83d2349ed22c7a40cdfc8b7da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Maintainer: Caleb Woodbine <gitlab.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/${pkgname}"
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
}