void-packages/srcpkgs/profile-cleaner/template

25 lines
683 B
Text
Raw Normal View History

2013-06-14 13:36:51 +00:00
# Template file for 'profile-cleaner'
pkgname=profile-cleaner
2013-10-26 11:01:37 +00:00
version=2.25
2013-06-14 13:36:51 +00:00
revision=1
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"
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"
2013-10-26 11:01:37 +00:00
checksum=6fa00d24253910bb460d4b60969d65079efbf9208286e6c641d722f9874412f6
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
}
profile-cleaner_package() {
noarch="yes"
depends="sqlite bc parallel findutils"
pkg_install() {
vmove all
}
}