screenfetch package (#339)
[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_VERSION=3.7.0
4 TERMUX_PKG_SRCURL=https://github.com/KittyKatt/screenFetch/archive/v${TERMUX_PKG_VERSION}.tar.gz
5 TERMUX_PKG_BUILD_IN_SRC=yes
6 TERMUX_PKG_FOLDERNAME=screenFetch-${TERMUX_PKG_VERSION}
7 TERMUX_PKG_DEPENDS=""
8 TERMUX_PKG_MAINTAINER="Pierre Rudloff <contact@rudloff.pro>"
9
10 termux_step_make_install () {
11 install screenfetch-dev ${TERMUX_PREFIX}/bin/screenfetch
12 install screenfetch.1 ${TERMUX_PREFIX}/share/man/man1/
13 }