# Template file for 'dool' pkgname=dool version=1.2.0 revision=1 makedepends="python3" short_desc="Versatile tool for generating system resource statistics" maintainer="Leah Neukirchen " 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=a626ec796a2508443625314e464adec885cb22543157794a6255570b19f68a7d python_version="3" do_install() { make install DESTDIR=$DESTDIR }