distrobox: initial commit, version 1.7.0
This commit is contained in:
parent
9d4f74dd90
commit
e0064e8c2b
34
distrobox/.footprint
Normal file
34
distrobox/.footprint
Normal file
@ -0,0 +1,34 @@
|
|||||||
|
drwxr-xr-x root/root usr/
|
||||||
|
drwxr-xr-x root/root usr/bin/
|
||||||
|
-rwxr-xr-x root/root usr/bin/distrobox
|
||||||
|
-rwxr-xr-x root/root usr/bin/distrobox-assemble
|
||||||
|
-rwxr-xr-x root/root usr/bin/distrobox-create
|
||||||
|
-rwxr-xr-x root/root usr/bin/distrobox-enter
|
||||||
|
-rwxr-xr-x root/root usr/bin/distrobox-ephemeral
|
||||||
|
-rwxr-xr-x root/root usr/bin/distrobox-export
|
||||||
|
-rwxr-xr-x root/root usr/bin/distrobox-generate-entry
|
||||||
|
-rwxr-xr-x root/root usr/bin/distrobox-host-exec
|
||||||
|
-rwxr-xr-x root/root usr/bin/distrobox-init
|
||||||
|
-rwxr-xr-x root/root usr/bin/distrobox-list
|
||||||
|
-rwxr-xr-x root/root usr/bin/distrobox-rm
|
||||||
|
-rwxr-xr-x root/root usr/bin/distrobox-stop
|
||||||
|
-rwxr-xr-x root/root usr/bin/distrobox-upgrade
|
||||||
|
drwxr-xr-x root/root usr/share/
|
||||||
|
drwxr-xr-x root/root usr/share/icons/
|
||||||
|
-rw-r--r-- root/root usr/share/icons/terminal-distrobox-icon.svg
|
||||||
|
drwxr-xr-x root/root usr/share/man/
|
||||||
|
drwxr-xr-x root/root usr/share/man/man1/
|
||||||
|
-rw-r--r-- root/root usr/share/man/man1/distrobox-assemble.1.gz
|
||||||
|
-rw-r--r-- root/root usr/share/man/man1/distrobox-compatibility.1.gz
|
||||||
|
-rw-r--r-- root/root usr/share/man/man1/distrobox-create.1.gz
|
||||||
|
-rw-r--r-- root/root usr/share/man/man1/distrobox-enter.1.gz
|
||||||
|
-rw-r--r-- root/root usr/share/man/man1/distrobox-ephemeral.1.gz
|
||||||
|
-rw-r--r-- root/root usr/share/man/man1/distrobox-export.1.gz
|
||||||
|
-rw-r--r-- root/root usr/share/man/man1/distrobox-generate-entry.1.gz
|
||||||
|
-rw-r--r-- root/root usr/share/man/man1/distrobox-host-exec.1.gz
|
||||||
|
-rw-r--r-- root/root usr/share/man/man1/distrobox-init.1.gz
|
||||||
|
-rw-r--r-- root/root usr/share/man/man1/distrobox-list.1.gz
|
||||||
|
-rw-r--r-- root/root usr/share/man/man1/distrobox-rm.1.gz
|
||||||
|
-rw-r--r-- root/root usr/share/man/man1/distrobox-stop.1.gz
|
||||||
|
-rw-r--r-- root/root usr/share/man/man1/distrobox-upgrade.1.gz
|
||||||
|
-rw-r--r-- root/root usr/share/man/man1/distrobox.1.gz
|
5
distrobox/.signature
Normal file
5
distrobox/.signature
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
untrusted comment: verify with /etc/ports/contrib.pub
|
||||||
|
RWSagIOpLGJF3zjM9PO01LdkmtBEwQ14BhKpx2YYfO5zwrLpK8RbLwpBvtdjlN0II0du2+RPYV5Rv9EfzW4ytoXZwQVGbvXmRAI=
|
||||||
|
SHA256 (Pkgfile) = 1f641810874e21557ef6b984d67f021d72d9903d902b7ed1c79fef3cbbe09417
|
||||||
|
SHA256 (.footprint) = c1700500465c1037ae7f97adf8d5c3e506bf5b32d5cbc2b5dd415de20e13a0e3
|
||||||
|
SHA256 (distrobox-1.7.0.tar.gz) = ede6267a4e26c43535622e0ca3b27bc35bdeb5cbc97e551f094b852447457200
|
21
distrobox/Pkgfile
Normal file
21
distrobox/Pkgfile
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
# Description: Use any linux distribution inside your terminal
|
||||||
|
# URL: https://distrobox.privatedns.org/
|
||||||
|
# Maintainer: Tim Biermann, tbier at posteo dot de
|
||||||
|
# Depends on: docker
|
||||||
|
|
||||||
|
name=distrobox
|
||||||
|
version=1.7.0
|
||||||
|
release=1
|
||||||
|
source=(https://github.com/89luca89/distrobox/archive/$version/$name-$version.tar.gz)
|
||||||
|
|
||||||
|
build() {
|
||||||
|
cd $name-$version
|
||||||
|
|
||||||
|
./install -P $PKG/usr
|
||||||
|
if ! prt-get isinst bash-completion; then
|
||||||
|
rm -r $PKG/usr/share/bash-completion
|
||||||
|
fi
|
||||||
|
if ! prt-get isinst zsh; then
|
||||||
|
rm -r $PKG/usr/share/zsh
|
||||||
|
fi
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user