You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
602 B
11 lines
602 B
TERMUX_PKG_HOMEPAGE=https://github.com/dylanaraps/neofetch
|
|
TERMUX_PKG_DESCRIPTION="Simple system information script"
|
|
TERMUX_PKG_LICENSE="MIT"
|
|
TERMUX_PKG_MAINTAINER="Muhammad Herdiansyah @konimex"
|
|
TERMUX_PKG_VERSION=6.1.0
|
|
TERMUX_PKG_SHA256=ece351e35286b64d362000d409b27597fcbdcf77e8e60fa0adae1f29d3c29637
|
|
TERMUX_PKG_SRCURL=https://github.com/dylanaraps/neofetch/archive/${TERMUX_PKG_VERSION}/neofetch-${TERMUX_PKG_VERSION}.tar.gz
|
|
TERMUX_PKG_DEPENDS="bash"
|
|
TERMUX_PKG_EXTRA_MAKE_ARGS="PREFIX=$TERMUX_PREFIX SYSCONFDIR=$TERMUX_PREFIX/etc"
|
|
TERMUX_PKG_BUILD_IN_SRC=true
|
|
TERMUX_PKG_PLATFORM_INDEPENDENT=true
|
|
|