diff --git a/srcpkgs/containers/template b/srcpkgs/containers/template index c8eb0423a01..5574032938f 100644 --- a/srcpkgs/containers/template +++ b/srcpkgs/containers/template @@ -1,24 +1,22 @@ # Template file for 'containers' pkgname=containers -version=1.2 -revision=2 -hostmakedepends="git" +version=1.3 +revision=1 +wrksrc="${pkgname}-${pkgname}-${version}" short_desc="Lightweight containers using Linux user namespaces" maintainer="Juan RP " license="MIT" homepage="https://github.com/arachsys/containers" - -do_fetch() { - git clone -b ${pkgname}-${version} \ - git://github.com/arachsys/containers.git ${pkgname}-${version} -} +distfiles="https://github.com/arachsys/containers/archive/containers-${version}.tar.gz" +checksum=329b047cf69ac1030da54795cedbbd7b34f52665da6a7e48aace512f1c8ffa65 do_build() { make CC=$CC CFLAGS="${CFLAGS}" ${makejobs} } - do_install() { vbin inject vinstall contain 4755 usr/bin vinstall pseudo 4755 usr/bin + vlicense COPYING + vdoc README }