void-packages/srcpkgs/bloaty/template
2022-04-25 20:57:10 -04:00

18 lines
572 B
Bash

# Template file for 'bloaty'
pkgname=bloaty
version=1.1
revision=9
build_style=cmake
hostmakedepends="pkg-config protobuf"
makedepends="capstone-devel protobuf-devel re2-devel zlib-devel"
short_desc="Bloaty McBloatface: a size profiler for binaries"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="Apache-2.0"
homepage="https://github.com/google/bloaty"
distfiles="https://github.com/google/bloaty/releases/download/v${version}/bloaty-${version}.tar.bz2"
checksum=a308d8369d5812aba45982e55e7c3db2ea4780b7496a5455792fb3dcba9abd6f
do_install() {
vbin build/bloaty
}