void-packages/srcpkgs/profile-cleaner/template
maxice8 e88ade8345 profile-cleaner: update to 2.37.
Closes: #12406 [via git-merge-pr]
2018-03-12 17:51:55 -07:00

18 lines
551 B
Bash

# Template file for 'profile-cleaner'
pkgname=profile-cleaner
version=2.37
revision=1
noarch="yes"
build_style=gnu-makefile
short_desc="Reduces profile size by cleaning their sqlite databases"
depends="bash sqlite bc parallel findutils"
maintainer="Philipp Hirsch <itself@hanspolo.net>"
license="MIT"
homepage="https://github.com/graysky2/profile-cleaner"
distfiles="https://github.com/graysky2/profile-cleaner/archive/v${version}.tar.gz"
checksum=abdcd2ffab8df9a213654df1e3cbf807799c6e39c147f30a82e1b96e8a36c55d
post_install() {
vlicense LICENSE
}