mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 08:03:51 +02:00
New package: py-spy-0.1.8
This commit is contained in:
parent
8893551414
commit
c654be069f
1 changed files with 20 additions and 0 deletions
20
srcpkgs/py-spy/template
Normal file
20
srcpkgs/py-spy/template
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
# Template file for 'py-spy'
|
||||||
|
pkgname=py-spy
|
||||||
|
version=0.1.8
|
||||||
|
revision=1
|
||||||
|
hostmakedepends="cargo"
|
||||||
|
short_desc="Sampling profiler for Python programs"
|
||||||
|
maintainer="Wilson Birney <wpb@360scada.com>"
|
||||||
|
license="GPL-3.0-or-later"
|
||||||
|
homepage="https://github.com/benfred/py-spy"
|
||||||
|
distfiles="https://github.com/benfred/py-spy/archive/v${version}.tar.gz"
|
||||||
|
checksum=5f38de07f0162e0cb66f17c5a07d9bdbb6ae5fb9e6f2cbedc87949670030fdb1
|
||||||
|
nocross=yes
|
||||||
|
|
||||||
|
do_build() {
|
||||||
|
cargo build --release ${makejobs}
|
||||||
|
}
|
||||||
|
|
||||||
|
do_install() {
|
||||||
|
vbin target/release/${pkgname}
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue