less: Bump revision after enabling pcre
[termux-packages] / packages / screenfetch / build.sh
1 TERMUX_PKG_HOMEPAGE=https://github.com/KittyKatt/screenFetch
2 TERMUX_PKG_DESCRIPTION="Bash Screenshot Information Tool"
3 TERMUX_PKG_DEPENDS="bash"
4 TERMUX_PKG_VERSION=3.8.0
5 TERMUX_PKG_SRCURL=https://github.com/KittyKatt/screenFetch/archive/v${TERMUX_PKG_VERSION}.tar.gz
6 TERMUX_PKG_SHA256=248283ee3c24b0dbffb79ed685bdd518554073090c1c167d07ad2a729db26633
7 TERMUX_PKG_BUILD_IN_SRC=yes
8 TERMUX_PKG_MAINTAINER="Pierre Rudloff @Rudloff"
9 TERMUX_PKG_PLATFORM_INDEPENDENT=yes
10
11 termux_step_make_install () {
12 install screenfetch-dev ${TERMUX_PREFIX}/bin/screenfetch
13 install screenfetch.1 ${TERMUX_PREFIX}/share/man/man1/
14 }