New package: docker-gc-0.0.20170125
This commit is contained in:
parent
ff76ae44ec
commit
97117b3917
1 changed files with 20 additions and 0 deletions
20
srcpkgs/docker-gc/template
Normal file
20
srcpkgs/docker-gc/template
Normal file
|
@ -0,0 +1,20 @@
|
|||
# Template file for 'docker-gc'
|
||||
pkgname=docker-gc
|
||||
version=0.0.20170125
|
||||
revision=1
|
||||
_commit=f460c1d2d50b652e156ffe68489362bedc9278a5
|
||||
wrksrc="$pkgname-$_commit"
|
||||
depends="docker"
|
||||
short_desc="Docker garbage collection of containers and images"
|
||||
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
||||
license="GPL-3"
|
||||
homepage="https://github.com/spotify/docker-gc"
|
||||
distfiles="$homepage/archive/$_commit.tar.gz"
|
||||
checksum=82ebc5eab842b41282c10e5cf1a82af521e4aa46e6d0fb9bddb2565cef5984a2
|
||||
|
||||
make_dirs="
|
||||
/var/lib/docker-gc 0775 root docker"
|
||||
|
||||
do_install() {
|
||||
vbin docker-gc
|
||||
}
|
Loading…
Reference in a new issue