mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-12-26 20:02:30 +01:00
Found with this command:
awk 'FILENAME != name { name = FILENAME; set = 0 } /(^|[[:space:]])depends_dev=/ { set = 1 } /\$\{*depends_dev/ { if (!set) print FILENAME }' */*/APKBUILD