15 lines
537 B
Bash
15 lines
537 B
Bash
# Template file for 'subuser'
|
|
pkgname=subuser
|
|
version=0.6.2
|
|
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=1f7fc32fd61f1f8c7d04770cf4ba5c0dd0eb081eb1ef35f35e07c667959555a1
|