profile-cleaner: added version 2.22

This commit is contained in:
graysky 2013-06-14 09:36:51 -04:00
parent 3d6e0a5cfd
commit 6e453bd749

View file

@ -0,0 +1,24 @@
# Template file for 'profile-cleaner'
pkgname=profile-cleaner
version=2.22
revision=1
short_desc="Reduces profile size by cleaning their sqlite databases"
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=5802dbd1ef2aeddad1660452275e7c5663acd4acaa8289cf6ad8ea54098360d0
do_install() {
make
make DESTDIR="$DESTDIR" install
install -Dm644 LICENSE "$DESTDIR/usr/share/licenses/$pkgname/LICENSE"
}
profile-cleaner_package() {
noarch="yes"
depends="sqlite bc parallel findutils"
pkg_install() {
vmove all
}
}