mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
New package: flamelens-0.3.1
This commit is contained in:
parent
cec9eee7b2
commit
06fef0d701
1 changed files with 16 additions and 0 deletions
16
srcpkgs/flamelens/template
Normal file
16
srcpkgs/flamelens/template
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
# Template file for 'flamelens'
|
||||||
|
pkgname=flamelens
|
||||||
|
version=0.3.1
|
||||||
|
revision=1
|
||||||
|
build_style=cargo
|
||||||
|
short_desc="Flamegraph viewer in the terminal"
|
||||||
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
|
license="MIT"
|
||||||
|
homepage="https://github.com/YS-L/flamelens/"
|
||||||
|
changelog="https://github.com/YS-L/flamelens/blob/main/CHANGELOG.md"
|
||||||
|
distfiles="https://github.com/YS-L/flamelens/archive/refs/tags/v${version}.tar.gz"
|
||||||
|
checksum=d491dbafbc8cedc4a7df2294e31a017b34edd068cb32471bda28e8208a6b1c5e
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue