Initial build of distrobox

This commit is contained in:
Bahar KURT
2025-08-31 03:30:30 +03:00
parent 3b5cf23cee
commit 2112f0308a
2 changed files with 63 additions and 0 deletions
@@ -0,0 +1,17 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
from pisi.actionsapi import get
def install():
shelltools.system("./install -P %s/usr" % get.installDIR())
# Use the following command in Distrobox repo to regenerate:
# echo -n 'pisitools.dodoc('; find docs -name '*.md' | sed 's/^/"/; s/$/",/' | tr '\n' ' ' | sed 's/, $//'; echo ')'
pisitools.dodoc("docs/README.md", "docs/assets/credits.md", "docs/compatibility.md", "docs/usage/distrobox-rm.md", "docs/usage/distrobox-list.md", "docs/usage/distrobox-ephemeral.md", "docs/usage/distrobox-generate-entry.md", "docs/usage/distrobox-init.md", "docs/usage/distrobox-host-exec.md", "docs/usage/distrobox-enter.md", "docs/usage/distrobox-create.md", "docs/usage/distrobox-assemble.md", "docs/usage/distrobox-export.md", "docs/usage/usage.md", "docs/usage/distrobox-stop.md", "docs/usage/distrobox-upgrade.md", "docs/posts/run_libvirt_in_distrobox.md", "docs/posts/posts.md", "docs/posts/install_podman_static.md", "docs/posts/steamdeck_guide.md", "docs/posts/install_lilipod_static.md", "docs/posts/integrate_vscode_distrobox.md", "docs/posts/execute_commands_on_host.md", "docs/posts/run_latest_gnome_kde_on_distrobox.md", "docs/posts/distrobox_custom.md", "docs/404.md", "docs/useful_tips.md", "docs/featured_articles.md")
@@ -0,0 +1,46 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>distrobox</Name>
<Homepage>https://distrobox.it</Homepage>
<Packager>
<Name>Bedirhan Kurt</Name>
<Email>bedirhan.kurt@outlook.com</Email>
</Packager>
<License>GPLv3</License>
<IsA>app:console</IsA>
<Summary xml:lang="en">Use any Linux distribution inside your terminal</Summary>
<Description xml:lang="en">Use any Linux distribution inside your terminal</Description>
<Summary xml:lang="tr">Terminalinizde herhangi bir Linux dağıtımını kullanın</Summary>
<Description xml:lang="tr">Terminalinizde herhangi bir Linux dağıtımını kullanın</Description>
<Archive sha1sum="bcce3ed6e8bba061a9f335b6ee01feb53d44412e" type="targz">https://github.com/89luca89/distrobox/archive/1.8.1.2.tar.gz</Archive>
<BuildDependencies>
</BuildDependencies>
</Source>
<Package>
<Name>distrobox</Name>
<RuntimeDependencies>
<Dependency>bash</Dependency>
<Dependency>docker</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="man">/usr/share/man/man1</Path>
<Path fileType="data">/usr/share/icons/hicolor</Path>
<Path fileType="config">/usr/share/bash-completion/completions</Path>
<Path fileType="config">/usr/share/zsh/site-functions</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2025-08-30</Date>
<Version>1.8.1.2</Version>
<Comment>Initial release</Comment>
<Name>Bedirhan Kurt</Name>
<Email>bedirhan.kurt@outlook.com</Email>
</Update>
</History>
</PISI>