summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: bce0fafac6f67671ca3ed850db930e5ac7816d92 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Maintainer: kylon  < klnix [at] tuta [dt] io >
pkgname='mkchrootb'
pkgver=1.0
pkgrel=2
pkgdesc='chroot-only AUR helper written in bash'
url='https://github.com/kylon/mkchrootb'
arch=('any')
sha256sums=('300c2d5f9171e26154827240ddc9ecc7cc6244d37f477ecd8daa371b70e89f64')
license=('GPL-3.0-or-later')
source=('https://raw.githubusercontent.com/kylon/mkchrootb/5ab06679a0a74e6cc31e2142a55560e671a6a8f3/mkchrootb')
depends=('jq')
optdepends=('tig' 'vifm' 'nano' 'vi')

package() {
    install -Dm755 "${srcdir}/mkchrootb" "${pkgdir}/usr/local/bin/${pkgname}"
}