diff options
Diffstat (limited to 'groups.d/010.host_deps.d/infounzip_host.package')
-rw-r--r-- | groups.d/010.host_deps.d/infounzip_host.package | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/groups.d/010.host_deps.d/infounzip_host.package b/groups.d/010.host_deps.d/infounzip_host.package new file mode 100644 index 00000000..508f62f4 --- /dev/null +++ b/groups.d/010.host_deps.d/infounzip_host.package @@ -0,0 +1,6 @@ +: ${PKG_INFOUNZIP_HOST_URLS_GIT:=infounzip-host=https://github.com/Redfoxmoon3/infounzip.git@master}; +: ${PKG_INFOUNZIP_HOST_IN_TREE:=1}; + +ex_pkg_register "infounzip_host" "${RTL_FILEOP_SOURCE_FNAME}" "host_deps"; + +# vim:filetype=sh textwidth=0 |