profile-cleaner: added version 2.22
This commit is contained in:
24
srcpkgs/profile-cleaner/template
Normal file
24
srcpkgs/profile-cleaner/template
Normal file
@@ -0,0 +1,24 @@
|
|||||||
|
# Template file for 'profile-cleaner'
|
||||||
|
pkgname=profile-cleaner
|
||||||
|
version=2.22
|
||||||
|
revision=1
|
||||||
|
short_desc="Reduces profile size by cleaning their sqlite databases"
|
||||||
|
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=5802dbd1ef2aeddad1660452275e7c5663acd4acaa8289cf6ad8ea54098360d0
|
||||||
|
|
||||||
|
do_install() {
|
||||||
|
make
|
||||||
|
make DESTDIR="$DESTDIR" install
|
||||||
|
install -Dm644 LICENSE "$DESTDIR/usr/share/licenses/$pkgname/LICENSE"
|
||||||
|
}
|
||||||
|
|
||||||
|
profile-cleaner_package() {
|
||||||
|
noarch="yes"
|
||||||
|
depends="sqlite bc parallel findutils"
|
||||||
|
pkg_install() {
|
||||||
|
vmove all
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user