2025-02-04 15:45:52 +01:00

18 lines
529 B
Bash

# Template file for 'dool'
pkgname=dool
version=1.3.4
revision=1
makedepends="python3"
depends="python3"
short_desc="Versatile tool for generating system resource statistics"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="GPL-2.0-or-later"
homepage="https://github.com/scottchiefbaker/dool"
distfiles="https://github.com/scottchiefbaker/dool/archive/refs/tags/v${version}.tar.gz"
checksum=286a5c4f5677ea04752f310360244b25d5e35cac8a2137144ba047276ed41f38
python_version="3"
do_install() {
make install DESTDIR=$DESTDIR
}