containers: remove long_desc.
This commit is contained in:
parent
e5fc558d0d
commit
cdb0e0ad76
|
@ -1,16 +1,11 @@
|
|||
# Template file for 'containers'
|
||||
pkgname=containers
|
||||
version=1.0
|
||||
revision=1
|
||||
revision=2
|
||||
short_desc="Lightweight containers using Linux user namespaces"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/arachsys/containers"
|
||||
long_desc="
|
||||
This package is a simple implementation of containers for Linux, making
|
||||
secure containers as easy to create and use as a traditional chroot. It
|
||||
comprises three utilities, contain, inject and pseudo, which use the kernel
|
||||
support for user namespaces merged in Linux 3.8."
|
||||
|
||||
do_fetch() {
|
||||
git clone -b ${pkgname}-${version} \
|
||||
|
|
Loading…
Reference in New Issue