perl: Update from 5.26.1 to 5.26.2
[termux-packages] / disabled-packages / blogc / build.sh
1 # Disabled due to source download failing.
2
3 # using a snapshot tarball because blogc-0.13.0 is not ready for release yet
4 # (documentation updates pending), but it is already useful and stable enough
5
6 TERMUX_PKG_HOMEPAGE=https://blogc.rgm.io/
7 TERMUX_PKG_DESCRIPTION="A blog compiler"
8 TERMUX_PKG_VERSION=0.12.0.123.acf1
9 TERMUX_PKG_REVISION=1
10 TERMUX_PKG_MAINTAINER="Rafael Martins @rafaelmartins"
11 TERMUX_PKG_SRCURL="https://travis-distfiles.rgm.io/blogc/blogc-0.12.0.123-acf1/blogc-0.12.0.123-acf1.tar.xz"
12 TERMUX_PKG_SHA256=c1885fd8d0068cb24fda899a236591af9daf492aec3601690e7d9a7badf97616
13 TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--disable-git-receiver --enable-make --enable-runserver --disable-tests --disable-valgrind"