mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
New package: debugedit-5.0
This commit is contained in:
parent
f261c39068
commit
38cd896bac
1 changed files with 17 additions and 0 deletions
17
srcpkgs/debugedit/template
Normal file
17
srcpkgs/debugedit/template
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
# Template file for 'debugedit'
|
||||||
|
pkgname=debugedit
|
||||||
|
version=5.0
|
||||||
|
revision=1
|
||||||
|
build_style=gnu-configure
|
||||||
|
hostmakedepends="pkg-config"
|
||||||
|
makedepends="elfutils-devel"
|
||||||
|
short_desc="Tools for debuginfo creation"
|
||||||
|
maintainer="oreo639 <oreo6391@gmail.com>"
|
||||||
|
license="GPL-2.0-or-later"
|
||||||
|
homepage="https://sourceware.org/debugedit/"
|
||||||
|
distfiles="https://sourceware.org/pub/debugedit/${version%%.*}.0/debugedit-${version}.tar.xz"
|
||||||
|
checksum=e9ecd7d350bebae1f178ce6776ca19a648b6fe8fa22f5b3044b38d7899aa553e
|
||||||
|
|
||||||
|
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
|
||||||
|
makedepends+=" musl-legacy-compat"
|
||||||
|
fi
|
Loading…
Add table
Reference in a new issue