mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
smem: verified with python3
This commit is contained in:
parent
31105bf07c
commit
47751bc49d
1 changed files with 3 additions and 3 deletions
|
@ -1,15 +1,15 @@
|
||||||
# Template file for 'smem'
|
# Template file for 'smem'
|
||||||
pkgname=smem
|
pkgname=smem
|
||||||
version=1.5
|
version=1.5
|
||||||
revision=1
|
revision=2
|
||||||
depends="python"
|
depends="python3"
|
||||||
short_desc="Memory reporting tool"
|
short_desc="Memory reporting tool"
|
||||||
maintainer="Alexander Egorenkov <egorenar-dev@posteo.net>"
|
maintainer="Alexander Egorenkov <egorenar-dev@posteo.net>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://www.selenic.com/smem"
|
homepage="https://www.selenic.com/smem"
|
||||||
distfiles="https://selenic.com/repo/smem/archive/${version}.tar.bz2"
|
distfiles="https://selenic.com/repo/smem/archive/${version}.tar.bz2"
|
||||||
checksum=950c39ee8b1e051866564b25c36a6113eae2617e597b8302324bb8ee57d82ba6
|
checksum=950c39ee8b1e051866564b25c36a6113eae2617e597b8302324bb8ee57d82ba6
|
||||||
python_version=2 #unverified
|
python_version=3
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
$CC $CFLAGS $LDFLAGS -o smemcap smemcap.c
|
$CC $CFLAGS $LDFLAGS -o smemcap smemcap.c
|
||||||
|
|
Loading…
Add table
Reference in a new issue