Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions modules/31-distrobox.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: distrobox
type: make
installCommand: make PREFIX=/usr install
sources:
- type: git
url: https://github.com/89luca89/distrobox.git
Expand All @@ -12,3 +13,13 @@ modules:
- golang-go
- make
- podman
- name: distrobox-legacy
type: shell
sources:
- type: tar
url: https://github.com/89luca89/distrobox/archive/refs/tags/1.8.2.5.tar.gz
checksum: 0c3bc4785ee3be3b89f93abb7cc0a9f60e56989e81319af140a4b60403b18f80
commands:
- mkdir -p /usr/share/apx
- cp -r /sources/distrobox-legacy/1.8.2.5/distrobox-1.8.2.5 /usr/share/apx/distrobox
- chmod +x /usr/share/apx/distrobox/distrobox*