From 980358c845da5d3bae9b8d02b0bdf5c3773c2877 Mon Sep 17 00:00:00 2001 From: Tee KOBAYASHI Date: Sun, 1 May 2022 07:37:35 +0900 Subject: [PATCH] new package: mypaint-brushes --- packages/mypaint-brushes/build.sh | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 packages/mypaint-brushes/build.sh diff --git a/packages/mypaint-brushes/build.sh b/packages/mypaint-brushes/build.sh new file mode 100644 index 000000000..5d9629032 --- /dev/null +++ b/packages/mypaint-brushes/build.sh @@ -0,0 +1,12 @@ +TERMUX_PKG_HOMEPAGE=https://github.com/mypaint/mypaint-brushes +TERMUX_PKG_DESCRIPTION="MyPaint brushes" +TERMUX_PKG_LICENSE="CC0-1.0" +TERMUX_PKG_MAINTAINER="@termux" +TERMUX_PKG_VERSION=2.0.2 +TERMUX_PKG_SRCURL=https://github.com/mypaint/mypaint-brushes/archive/v${TERMUX_PKG_VERSION}.tar.gz +TERMUX_PKG_SHA256=01032550dd817bb0f8e85d83a632ed2e50bc16e0735630839e6c508f02f800ac +TERMUX_PKG_PLATFORM_INDEPENDENT=true + +termux_step_pre_configure() { + autoreconf -fi +}