18 lines
535 B
Bash
18 lines
535 B
Bash
# Template file for 'profile-cleaner'
|
|
pkgname=profile-cleaner
|
|
version=2.34
|
|
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=840001094760e69c891f2ccc82605b8caca4e637e794552149b25930c64de42d
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|