diff options
Diffstat (limited to 'repo/toybox/wget.xibuild')
-rw-r--r-- | repo/toybox/wget.xibuild | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/repo/toybox/wget.xibuild b/repo/toybox/wget.xibuild new file mode 100644 index 0000000..6590ee2 --- /dev/null +++ b/repo/toybox/wget.xibuild @@ -0,0 +1,7 @@ +#!/bin/sh + +DESC="A utility for transfering files with URL syntax" + +package () { + add_from_main usr/bin/wget +} |