18 lines
569 B
Plaintext
18 lines
569 B
Plaintext
# Template file for 'profile-cleaner'
|
|
pkgname=profile-cleaner
|
|
version=2.32
|
|
revision=1
|
|
noarch="yes"
|
|
build_style=gnu-makefile
|
|
short_desc="Reduces profile size by cleaning their sqlite databases"
|
|
depends="sqlite bc parallel findutils"
|
|
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=a506633d83f841e548e8737f5c5f154d9b85165b6adc462f0757d0db556a453e
|
|
|
|
post_install() {
|
|
vinstall LICENSE 644 usr/share/licenses/$pkgname
|
|
}
|