parent
2da8ae051f
commit
ffcb3ea96f
1 changed files with 21 additions and 0 deletions
21
srcpkgs/smem/template
Normal file
21
srcpkgs/smem/template
Normal file
|
@ -0,0 +1,21 @@
|
|||
# Template file for 'smem'
|
||||
pkgname=smem
|
||||
version=1.4
|
||||
revision=1
|
||||
depends="python"
|
||||
short_desc="Memory reporting tool"
|
||||
maintainer="Alexander Egorenkov <egorenar-dev@posteo.net>"
|
||||
license="GPL-2"
|
||||
homepage="https://www.selenic.com/smem"
|
||||
distfiles="https://www.selenic.com/smem/download/${pkgname}-${version}.tar.gz"
|
||||
checksum=2ea9f878f4cf3c276774c3f7e2a41977a1f2d64f98d2dcb6a15f1f3d84df61ec
|
||||
|
||||
do_build() {
|
||||
$CC $CFLAGS $LDFLAGS -o smemcap smemcap.c
|
||||
}
|
||||
|
||||
do_install() {
|
||||
vbin smem
|
||||
vbin smemcap
|
||||
vman smem.8
|
||||
}
|
Loading…
Add table
Reference in a new issue