contrib/inxi/Pkgfile

16 lines
395 B
Plaintext
Raw Normal View History

2020-11-29 13:13:45 +01:00
# Description: System information script
2020-12-18 10:21:24 +01:00
# URL: https://github.com/smxi/inxi
2020-11-29 13:13:45 +01:00
# Maintainer: Stamatin Cristina, dear dot volgk at gmail dot com
name=inxi
2022-01-25 10:26:46 +01:00
version=3.3.12-1
2020-11-29 13:13:45 +01:00
release=1
source=(https://github.com/smxi/$name/archive/$version/$name-$version.tar.gz)
build() {
cd $name-$version
install -Dm755 inxi $PKG/usr/bin/inxi
install -Dm644 inxi.1 $PKG/usr/share/man/man1/inxi.1
}