18 lines
551 B
Bash
18 lines
551 B
Bash
# Template file for 'profile-cleaner'
|
|
pkgname=profile-cleaner
|
|
version=2.37
|
|
revision=1
|
|
archs=noarch
|
|
build_style=gnu-makefile
|
|
short_desc="Reduces profile size by cleaning their sqlite databases"
|
|
depends="bash sqlite bc parallel findutils"
|
|
maintainer="Philipp Hirsch <itself@hanspolo.net>"
|
|
license="MIT"
|
|
homepage="https://github.com/graysky2/profile-cleaner"
|
|
distfiles="https://github.com/graysky2/profile-cleaner/archive/v${version}.tar.gz"
|
|
checksum=abdcd2ffab8df9a213654df1e3cbf807799c6e39c147f30a82e1b96e8a36c55d
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|