mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 00:12:56 +02:00
smem: conflicts with cfitsio
both ship /usr/bin/smem
This commit is contained in:
parent
743f708c52
commit
61ad3fae6d
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'smem'
|
||||
pkgname=smem
|
||||
version=1.5
|
||||
revision=2
|
||||
revision=3
|
||||
depends="python3"
|
||||
short_desc="Memory reporting tool"
|
||||
maintainer="Alexander Egorenkov <egorenar-dev@posteo.net>"
|
||||
|
@ -10,6 +10,7 @@ homepage="https://www.selenic.com/smem"
|
|||
distfiles="https://selenic.com/repo/smem/archive/${version}.tar.bz2"
|
||||
checksum=950c39ee8b1e051866564b25c36a6113eae2617e597b8302324bb8ee57d82ba6
|
||||
python_version=3
|
||||
conflicts="cfitsio"
|
||||
|
||||
do_build() {
|
||||
$CC $CFLAGS $LDFLAGS -o smemcap smemcap.c
|
||||
|
|
Loading…
Add table
Reference in a new issue