Pkgfile 373 B

12345678910111213141516
  1. # Description: A command line system information tool.
  2. # URL: https://smxi.org/docs/inxi.htm
  3. # Maintainer: Daniel Azevedo, daniazevedo77 at posteo dot net
  4. # Depends on:
  5. name=inxi
  6. version=3.3.31-2
  7. release=1
  8. source=(https://github.com/smxi/$name/archive/refs/tags/$version.tar.gz)
  9. build() {
  10. cd $name-$version
  11. mkdir -p $PKG/usr/bin
  12. install -Dm755 inxi $PKG/usr/bin
  13. }