0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-10-02 21:29:43 +00:00
Files
termux-packages/x11-packages/mate-common/build.sh
Termux Github Actions 8fb9deca78 bump(x11/mate-common): 1.28.0
This commit has been automatically submitted by Github Actions.
2024-02-13 00:51:08 +00:00

14 lines
514 B
Bash

TERMUX_PKG_HOMEPAGE=https://mate-desktop.org/
TERMUX_PKG_DESCRIPTION="Common scripts and macros to develop with MATE"
TERMUX_PKG_LICENSE="GPL-3.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION="1.28.0"
TERMUX_PKG_SRCURL=https://github.com/mate-desktop/mate-common/archive/refs/tags/v${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=7100ecd60a9b5f398b9c3508eb17bca657bb748a74fc9f277b1e5ba1e022b701
TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_PLATFORM_INDEPENDENT=true
termux_step_pre_configure() {
autoreconf -fi
}