a92d370caa
Generated with: git ls-files 'srcpkgs/**/patches/*' | cut -d/ -f2 | uniq | xargs printf 'srcpkgs/%s/template\n' | xargs grep -L 'patch_args=' | xargs sed -i "$(printf '1,/^$/{/^$/i\\\npatch_args=-Np0\n}\n')"
17 lines
610 B
Bash
17 lines
610 B
Bash
# Template file for 'iucode-tool'
|
|
pkgname=iucode-tool
|
|
version=2.3.1
|
|
revision=2
|
|
archs="i686* x86_64*"
|
|
build_style=gnu-configure
|
|
short_desc="Program to manipulate microcode update collections for Intel"
|
|
maintainer="Vintodrimmer <vintodrimmer@protonmail.ch>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="https://gitlab.com/iucode-tool/iucode-tool/wikis/home"
|
|
distfiles="https://gitlab.com/iucode-tool/releases/raw/latest/iucode-tool_${version}.tar.xz"
|
|
checksum=12b88efa4d0d95af08db05a50b3dcb217c0eb2bfc67b483779e33d498ddb2f95
|
|
patch_args=-Np0
|
|
|
|
case "$XBPS_TARGET_MACHINE" in
|
|
*-musl) makedepends="argp-standalone" ;;
|
|
esac
|