New package: subuser
This commit is contained in:
parent
80852fc9fe
commit
42aec7d3f7
1 changed files with 15 additions and 0 deletions
15
srcpkgs/subuser/template
Normal file
15
srcpkgs/subuser/template
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
# Template file for 'subuser'
|
||||||
|
pkgname=subuser
|
||||||
|
version=0.6.1
|
||||||
|
revision=1
|
||||||
|
only_for_archs="x86_64 x86_64-musl"
|
||||||
|
build_style=python3-module
|
||||||
|
hostmakedepends="python3-setuptools"
|
||||||
|
depends="docker python3"
|
||||||
|
pycompile_module="subuserlib"
|
||||||
|
maintainer="cr6git <quark6@protonmail.com>"
|
||||||
|
short_desc="Turns Docker containers into normal linux programs"
|
||||||
|
homepage="http://subuser.org"
|
||||||
|
license="LGPL-3"
|
||||||
|
distfiles="https://github.com/subuser-security/subuser/archive/${version}.tar.gz"
|
||||||
|
checksum=4078c5d52a17b467f5285dcaf1051dfc8ba5c24bb4bcde7122ba6cbda470c8d2
|
Loading…
Reference in a new issue