18 lines
535 B
Bash
18 lines
535 B
Bash
# Template file for 'profile-cleaner'
|
|
pkgname=profile-cleaner
|
|
version=2.36
|
|
revision=1
|
|
noarch="yes"
|
|
build_style=gnu-makefile
|
|
short_desc="Reduces profile size by cleaning their sqlite databases"
|
|
depends="sqlite bc parallel findutils"
|
|
maintainer="Philipp Hirsch <itself@hanspolo.net>"
|
|
license="MIT"
|
|
homepage="https://github.com/graysky2/profile-cleaner"
|
|
distfiles="http://repo-ck.com/source/$pkgname/$pkgname-$version.tar.xz"
|
|
checksum=a8b10fd212e0b0011e020bb3e65889970dcf0db043776358ca31bb3675b76279
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|