### this file is sourced not run
PKGBUILD=1
PKGARCH=noarch

# source: james
# release tarball
PKGVER=3.3.26
TARBALL=inxi-$PKGVER.tar.gz
MD5SUM=3ceb7bb882a4f8479bd41866e274b63e
SRC_URL=https://github.com/smxi/inxi/archive/refs/tags/${PKGVER}-1.tar.gz
BUNDLE=

# git-master tarball
#PKGVER=
#MD5SUM=
#hash=
#hash7=${hash#???????}; hash7=${hash%$hash7}
#TARBALL=
#SRC_URL=

SLACKREQ='perl'
SLACKDESC="inxi: inxi $PKGVER (System Information)
inxi: 
inxi: inxi is a command line system information tool.
inxi: 
inxi: https://github.com/smxi/inxi
inxi: 
inxi: 
inxi: 
inxi: 
inxi: 
inxi:
"

### default pkg_download
### default pkg_prepare
### default pkg_package

### build
pkg_build() {
	cd /tmp/inxi* &&
	mkdir -p /usr/bin /usr/share/man/man1 &&
	install -m755 inxi /usr/bin &&
	install -m644 inxi.1 /usr/share/man/man1 &&
	pkg_build_slackdesc
}


