19 lines
676 B
Bash
19 lines
676 B
Bash
# Template file for 'bleachbit'
|
|
pkgname=bleachbit
|
|
version=2.1
|
|
revision=1
|
|
_commit=91d7861e2607caa13c085c73626e6ca1aecb41c5
|
|
wrksrc="${pkgname}-${_commit}"
|
|
noarch=yes
|
|
build_style=gnu-makefile
|
|
make_install_args="prefix=/usr"
|
|
hostmakedepends="python"
|
|
depends="pygtk>=2 desktop-file-utils hicolor-icon-theme"
|
|
pycompile_dirs="usr/share/bleachbit"
|
|
short_desc="Deletes unneeded files to free disk space and maintain privacy"
|
|
maintainer="graysky <graysky@archlinux.us>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://www.bleachbit.org/"
|
|
distfiles="https://github.com/bleachbit/bleachbit/archive/${_commit}.tar.gz"
|
|
checksum=1c8d188dac6a87c1126fd1d08000288a3f335007acba5b1bfc80c97e79c73b7d
|