void-packages/srcpkgs/profile-cleaner/template
2013-10-26 07:01:37 -04:00

25 lines
683 B
Plaintext

# Template file for 'profile-cleaner'
pkgname=profile-cleaner
version=2.25
revision=1
build_style=gnu-makefile
short_desc="Reduces profile size by cleaning their sqlite databases"
makedepends="sqlite bc parallel findutils"
maintainer="graysky <graysky AT archlinux DOT us>"
license="MIT"
homepage="https://github.com/graysky2/profile-cleaner"
distfiles="http://repo-ck.com/source/$pkgname/$pkgname-$version.tar.xz"
checksum=6fa00d24253910bb460d4b60969d65079efbf9208286e6c641d722f9874412f6
post_install() {
vinstall LICENSE 644 usr/share/licenses/$pkgname
}
profile-cleaner_package() {
noarch="yes"
depends="sqlite bc parallel findutils"
pkg_install() {
vmove all
}
}