2013-06-14 15:36:51 +02:00
|
|
|
# Template file for 'profile-cleaner'
|
|
|
|
pkgname=profile-cleaner
|
2014-08-31 00:03:47 +02:00
|
|
|
version=2.31
|
2013-06-14 15:36:51 +02:00
|
|
|
revision=1
|
2014-01-01 16:10:11 +01:00
|
|
|
noarch="yes"
|
2013-06-14 18:18:40 +02:00
|
|
|
build_style=gnu-makefile
|
2013-06-14 15:36:51 +02:00
|
|
|
short_desc="Reduces profile size by cleaning their sqlite databases"
|
2014-01-01 16:10:11 +01:00
|
|
|
depends="sqlite bc parallel findutils"
|
2013-06-14 15:36:51 +02: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-08-31 00:03:47 +02:00
|
|
|
checksum=45a16412be1ca062c5f26c48296ecc82d6bdb5a2d6bf65574594d6d0cce67151
|
2013-06-14 15:36:51 +02:00
|
|
|
|
2013-06-14 18:18:40 +02:00
|
|
|
post_install() {
|
|
|
|
vinstall LICENSE 644 usr/share/licenses/$pkgname
|
2013-06-14 15:36:51 +02:00
|
|
|
}
|