void-packages/srcpkgs/profile-cleaner/template

19 lines
612 B
Text
Raw Normal View History

2013-06-14 13:36:51 +00:00
# Template file for 'profile-cleaner'
pkgname=profile-cleaner
2014-03-21 20:45:41 +00:00
version=2.27
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"
2013-06-14 15:41:20 +00:00
makedepends="sqlite bc parallel findutils"
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"
2014-03-21 20:45:41 +00:00
checksum=9ef4b8c304bcc9ae2ff704953a08508d8d78e01610875ace77fcc8244748fe5f
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
}