void-packages/srcpkgs/profile-cleaner/template
2021-05-31 11:02:07 -03:00

17 lines
538 B
Bash

# Template file for 'profile-cleaner'
pkgname=profile-cleaner
version=2.41
revision=1
build_style=gnu-makefile
depends="bash sqlite bc parallel findutils"
short_desc="Reduces profile size by cleaning their sqlite databases"
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=e1bfa86143db5cde50e90118b2d7ade7b58bea155a85ebceffec57e7d79795da
post_install() {
vlicense LICENSE
}