rebuild packages

This commit is contained in:
Maxython
2023-03-01 09:56:17 +03:00
parent d79eec56e8
commit a61e46e0b0
8 changed files with 8 additions and 0 deletions

View File

@@ -39,3 +39,4 @@ termux_step_post_make_install() {
install -Dm600 completions/_atuin $TERMUX_PREFIX/share/zsh/site-functions/_atuin
install -Dm600 completions/atuin.fish $TERMUX_PREFIX/share/fish/vendor_completions.d/atuin.fish
}

View File

@@ -87,3 +87,4 @@ termux_step_make_install() {
install -Dm755 -t "${TERMUX_PREFIX}/bin" "${TERMUX_PKG_BUILDDIR}/box86"
}

View File

@@ -22,3 +22,4 @@ termux_step_make_install() {
install -Dm700 ${TERMUX_PKG_BUILDDIR}/src/github.com/bufbuild/buf/buf \
$TERMUX_PREFIX/bin/buf
}

View File

@@ -35,3 +35,4 @@ termux_step_host_build() {
termux_step_pre_configure() {
export PATH="$TERMUX_PREFIX/opt/$TERMUX_PKG_NAME/cross/bin:$PATH"
}

View File

@@ -18,3 +18,4 @@ termux_step_make_install() {
install -Dm700 "${TERMUX_PKG_SRCDIR}/cmd/pdfcpu/pdfcpu" \
"$TERMUX_PREFIX/bin/"
}

View File

@@ -23,3 +23,4 @@ termux_step_make() {
termux_step_make_install() {
install -Dm700 -t "${TERMUX_PREFIX}"/bin "$TERMUX_PKG_SRCDIR"/cmd/vale/vale
}

View File

@@ -20,3 +20,4 @@ TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
"
TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_UPDATE_TAG_TYPE="newest-tag"

View File

@@ -85,3 +85,4 @@ termux_step_post_make_install() {
rm -fr "${TERMUX_PREFIX}/lib/gl4es/libGL.so"
ln -fs "libGL.so.1" "${TERMUX_PREFIX}/lib/gl4es/libGL.so"
}