New package: dool-1.0.0
This commit is contained in:
parent
d5a9414fd1
commit
ca188e5929
1 changed files with 16 additions and 0 deletions
16
srcpkgs/dool/template
Normal file
16
srcpkgs/dool/template
Normal file
|
@ -0,0 +1,16 @@
|
|||
# Template file for 'dool'
|
||||
pkgname=dool
|
||||
version=1.0.0
|
||||
revision=1
|
||||
makedepends="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=75950a8e5f7ee124438bf23d7fa6bd2a5fe1cfc09046e5d5a6d15e7df04c9c48
|
||||
python_version="3"
|
||||
|
||||
do_install() {
|
||||
make install DESTDIR=$DESTDIR
|
||||
}
|
Loading…
Add table
Reference in a new issue