21 lines
555 B
Bash
21 lines
555 B
Bash
# 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
|
|
}
|