parent
fc25453709
commit
550b51c2d7
|
@ -21,7 +21,7 @@ _eula_digest=f6386c15e187b6eac0ccd2564d3a873ae07d4b46a6b61dda13464caf5d54a319
|
|||
post_extract() {
|
||||
$XBPS_FETCH_CMD -o eula.html https://anydesk.com/en/terms
|
||||
< eula.html w3m -dump -I utf-8 -T text/html |
|
||||
sed -n '/Terms [&] Conditions/,/envelope-p/{/envelope-p/!p}' >eula.txt
|
||||
sed -n '/envelope.p/q;/Terms [&] Conditions/,$p' >eula.txt
|
||||
|
||||
filesum="$($XBPS_DIGEST_CMD eula.txt)"
|
||||
if [ "$filesum" != $_eula_digest ]; then
|
||||
|
|
Loading…
Reference in New Issue