summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 59f398a6b792ac0aacd4795fd3fa2da5e5e6f90a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Maintainer: robertfoster

pkgname=distrobox
pkgver=1.4.2.1
pkgrel=1
pkgdesc="Use any linux distribution inside your terminal."
arch=('any')
url="https://github.com/89luca89/distrobox"
license=('GPL3')
optdepends=(
  'docker: enable docker usage'
  'podman: enable podman usage'
)
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")

package() {
  cd "${srcdir}/${pkgname}-${pkgver}"
  ./install -P "${pkgdir}/usr"
}

sha256sums=('cbe9217315f848396ec1eb8e21929d23065caa6a1a55f8988500475e823b1f31')