From 9117b656a41a8e2b5e518b3d4edc3ecd167455f6 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Mon, 2 May 2022 21:55:41 +0200 Subject: core/linux: use tar-baller --- core/linux/PKGBUILD | 116 ++++++++++++++++++++++++++-------------------------- 1 file changed, 58 insertions(+), 58 deletions(-) (limited to 'core/linux/PKGBUILD') diff --git a/core/linux/PKGBUILD b/core/linux/PKGBUILD index 90edf152..8ea24dd9 100644 --- a/core/linux/PKGBUILD +++ b/core/linux/PKGBUILD @@ -33,65 +33,65 @@ eval "$( )" # use our tarballer instead of cloning from git -#~ for ((i=0; i<${#source[@]}; i++)); do - #~ infos=$( - #~ printf '%s\n' "${source[${i}]}" | \ - #~ sed ' - #~ s@^\(\([^:]\+\)::\)\?\(git\|hg\)+\([^#?]\+\)\(?signed\)\?#\(\(tag\|commit\)=[^?]\+\)$@\3 \2 \4 \5 \6@ - #~ t - #~ s@^\(\([^:]\+\)::\)\?\(git\|hg\)+\([^#?]\+\)#\(\(tag\|commit\)=[^?]\+\)\(?signed\)\?$@\3 \2 \4 \7 \5@ - #~ t - #~ d - #~ ' - #~ ) - #~ if [ -n "${infos}" ]; then - #~ source[${i}]=$( - #~ type="${infos%% *}" - #~ infos="${infos#* }" - #~ if [ -n "${infos%% *}" ]; then - #~ prefix="${infos%% *}" - #~ else - #~ prefix='' - #~ fi - #~ infos="${infos#* }" - #~ repo="${infos%% *}" - #~ repo64=$( - #~ printf '%s' "${repo}" | \ - #~ base64 -w0 | \ - #~ sed 's/=/%3D/g' - #~ ) - #~ infos="${infos#* }" - #~ if [ "${infos%% *}" = '?signed' ]; then - #~ key_check=$( - #~ printf '&valid_keys=' - #~ printf '%s,' "${validpgpkeys[@]}" | \ - #~ sed 's/,$//' - #~ ) - #~ else - #~ key_check='' - #~ fi - #~ infos="${infos#* }" - #~ if [ -z "${prefix}" ]; then - #~ prefix="${repo%.git}" - #~ prefix="${prefix##*/}" - #~ fi - #~ prefix_64=$( - #~ printf '%s/' "${prefix}" | \ - #~ base64 -w0 | \ - #~ sed 's/=/%3D/g' - #~ ) +for ((i=0; i<${#source[@]}; i++)); do + infos=$( + printf '%s\n' "${source[${i}]}" | \ + sed ' + s@^\(\([^:]\+\)::\)\?\(git\|hg\)+\([^#?]\+\)\(?signed\)\?#\(\(tag\|commit\)=[^?]\+\)$@\3 \2 \4 \5 \6@ + t + s@^\(\([^:]\+\)::\)\?\(git\|hg\)+\([^#?]\+\)#\(\(tag\|commit\)=[^?]\+\)\(?signed\)\?$@\3 \2 \4 \7 \5@ + t + d + ' + ) + if [ -n "${infos}" ]; then + source[${i}]=$( + type="${infos%% *}" + infos="${infos#* }" + if [ -n "${infos%% *}" ]; then + prefix="${infos%% *}" + else + prefix='' + fi + infos="${infos#* }" + repo="${infos%% *}" + repo64=$( + printf '%s' "${repo}" | \ + base64 -w0 | \ + sed 's/=/%3D/g' + ) + infos="${infos#* }" + if [ "${infos%% *}" = '?signed' ]; then + key_check=$( + printf '&valid_keys=' + printf '%s,' "${validpgpkeys[@]}" | \ + sed 's/,$//' + ) + else + key_check='' + fi + infos="${infos#* }" + if [ -z "${prefix}" ]; then + prefix="${repo%.git}" + prefix="${prefix##*/}" + fi + prefix_64=$( + printf '%s/' "${prefix}" | \ + base64 -w0 | \ + sed 's/=/%3D/g' + ) - #~ printf '%s-%s.tar.gz::https://archive-server.archlinux32.org/?t=%s&p=%s&r=%s%s&%s\n' \ - #~ "${prefix}" \ - #~ "${pkgver}" \ - #~ "${type}" \ - #~ "${prefix_64}" \ - #~ "${repo64}" \ - #~ "${key_check}" \ - #~ "${infos}" - #~ ) - #~ fi -#~ done + printf '%s-%s.tar.gz::https://archive-server.archlinux32.org/?t=%s&p=%s&r=%s%s&%s\n' \ + "${prefix}" \ + "${pkgver}" \ + "${type}" \ + "${prefix_64}" \ + "${repo64}" \ + "${key_check}" \ + "${infos}" + ) + fi +done # upstream prepare() does already do the *.patch patching -- cgit v1.2.3-54-g00ecf