15 lines
571 B
Bash
15 lines
571 B
Bash
# Template file for 'bleachbit'
|
|
pkgname=bleachbit
|
|
version=4.4.2
|
|
revision=2
|
|
build_style=gnu-makefile
|
|
hostmakedepends="python3 gettext desktop-file-utils"
|
|
depends="gtk+3 python3-gobject python3-scandir python3-chardet"
|
|
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/v${version}.tar.gz"
|
|
checksum=6001c864688e36bd8f950c1341923c9347c2373149a9ce98dc26c39023b51997
|
|
python_version=3
|