void-packages/srcpkgs/profile-cleaner/template

18 lines
569 B
Text
Raw Normal View History

2013-06-14 13:36:51 +00:00
# Template file for 'profile-cleaner'
pkgname=profile-cleaner
2015-01-24 16:51:57 +00:00
version=2.33
2013-06-14 13:36:51 +00:00
revision=1
noarch="yes"
build_style=gnu-makefile
2013-06-14 13:36:51 +00:00
short_desc="Reduces profile size by cleaning their sqlite databases"
depends="sqlite bc parallel findutils"
2013-06-14 13:36:51 +00:00
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"
2015-01-24 16:51:57 +00:00
checksum=63cd1783e09a3f47154f163713d86435c6e8478ea9b661261bb2426f426ccb8c
2013-06-14 13:36:51 +00:00
post_install() {
vinstall LICENSE 644 usr/share/licenses/$pkgname
2013-06-14 13:36:51 +00:00
}