mirror of
https://github.com/bertptrs/aur.git
synced 2025-12-25 20:40:32 +01:00
Fix license record, remove unused !emptydirs, comply with Arch cmake guidelines
20 lines
627 B
Plaintext
20 lines
627 B
Plaintext
pkgbase = bloaty
|
|
pkgdesc = a size profiler for binaries
|
|
pkgver = 1.1
|
|
pkgrel = 3
|
|
url = https://github.com/google/bloaty
|
|
arch = x86_64
|
|
license = Apache-2.0
|
|
makedepends = cmake
|
|
depends = gcc-libs
|
|
depends = re2
|
|
depends = protobuf
|
|
depends = capstone
|
|
depends = abseil-cpp
|
|
source = https://github.com/google/bloaty/releases/download/v1.1/bloaty-1.1.tar.bz2
|
|
source = https://src.fedoraproject.org/rpms/bloaty/raw/rawhide/f/bloaty-1.1-absl.patch
|
|
sha256sums = a308d8369d5812aba45982e55e7c3db2ea4780b7496a5455792fb3dcba9abd6f
|
|
sha256sums = 96cc0528f6464b03d0e68060ff2d24c36624c7d3991cee142df8d3d27cefeb51
|
|
|
|
pkgname = bloaty
|