16 lines
539 B
Text
16 lines
539 B
Text
# Template file for 'distrobox'
|
|
pkgname=distrobox
|
|
version=1.7.2.1
|
|
revision=1
|
|
short_desc="Use any linux distribution inside your terminal"
|
|
maintainer="Libera <libera@disroot.org>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://distrobox.it/"
|
|
distfiles="https://github.com/89luca89/distrobox/archive/${version}.tar.gz"
|
|
checksum=ff2cca0c6334fff6ed577d23f68a6746ad4009f42d8a45eef5ca3850c895a4bb
|
|
|
|
do_install() {
|
|
./install --prefix "${DESTDIR}/usr"
|
|
find docs -name "*.md" -exec \
|
|
install -Dm 644 -t "${DESTDIR}/usr/share/doc/distrobox" {} +
|
|
}
|