Files
MX_Pmodule/Tools/VSCode/build
2025-05-20 11:07:55 +02:00

13 lines
220 B
Plaintext
Executable File

#!/usr/bin/env modbuild
pbuild::install() {
:
cd "${PREFIX}"
tar --strip-components=1 -xvf "${PMODULES_DISTFILESDIR}/VSCode-${V_PKG}.tar.gz"
}
# Local Variables:
# mode: sh
# sh-basic-offset: 8
# tab-width: 8
# End: