diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-02-22 16:54:11 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-02-22 16:54:11 +0800 |
| commit | 6aef60a7377a50b03847f7add6065fe6f8ebeb13 (patch) | |
| tree | 8cdbe2e9b6b921ee69ffb536ccdc2841b09bc5c4 /repos/extra/bubblewrap/abuild | |
| parent | 0701a2cd7c2f86b8e51afdfe635855bf5e0bcc1a (diff) | |
| download | alicelinux-6aef60a7377a50b03847f7add6065fe6f8ebeb13.tar.gz alicelinux-6aef60a7377a50b03847f7add6065fe6f8ebeb13.zip | |
bubblewrap: new added
Diffstat (limited to 'repos/extra/bubblewrap/abuild')
| -rwxr-xr-x | repos/extra/bubblewrap/abuild | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/repos/extra/bubblewrap/abuild b/repos/extra/bubblewrap/abuild new file mode 100755 index 00000000..f0ce1aae --- /dev/null +++ b/repos/extra/bubblewrap/abuild @@ -0,0 +1,5 @@ +name=bubblewrap +version=0.11.0 +release=1 +source="https://github.com/containers/${name}/releases/download/v${version}/${name}-${version}.tar.xz" +build_opt="-Dbash_completion=disabled -Dzsh_completion=disabled -Dtests=false" |