From 86a334163417e655400d13732a3a3f3e496db408 Mon Sep 17 00:00:00 2001 From: Stamatin Cristina Date: Sun, 29 Nov 2020 14:13:45 +0200 Subject: [PATCH] inxi: v3.1.09-1, initial commit --- inxi/.footprint | 7 +++++++ inxi/.signature | 5 +++++ inxi/Pkgfile | 15 +++++++++++++++ inxi/README | 8 ++++++++ 4 files changed, 35 insertions(+) create mode 100644 inxi/.footprint create mode 100644 inxi/.signature create mode 100644 inxi/Pkgfile create mode 100644 inxi/README diff --git a/inxi/.footprint b/inxi/.footprint new file mode 100644 index 000000000..deb962446 --- /dev/null +++ b/inxi/.footprint @@ -0,0 +1,7 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/inxi +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/inxi.1.gz diff --git a/inxi/.signature b/inxi/.signature new file mode 100644 index 000000000..e90aaa7c7 --- /dev/null +++ b/inxi/.signature @@ -0,0 +1,5 @@ +untrusted comment: verify with /etc/ports/contrib.pub +RWSagIOpLGJF33kYUS7Eho0BGTFSvvGQy4BUuVhxpXsUfde60nrf0VBXuRFL+h0KYHY08rgCCDMDBuQ3RkFnxKlcxV3pryxa0go= +SHA256 (Pkgfile) = 0a5d5eaab97cacd05170c7561c57283143ce9975961221eebe8fe0569a9035d5 +SHA256 (.footprint) = 9e14b01def9b7edf3593937ef9ab8c93d822a8303e1bb1d08e1c528650095f9d +SHA256 (inxi-3.1.09-1.tar.gz) = 2212ad21238b60238b00c8826e2659f4283198c154ebcf24f0d5174fffcd6949 diff --git a/inxi/Pkgfile b/inxi/Pkgfile new file mode 100644 index 000000000..917e11cd0 --- /dev/null +++ b/inxi/Pkgfile @@ -0,0 +1,15 @@ +# Description: System information script +# URL: https://code.google.com/p/inxi/ +# Maintainer: Stamatin Cristina, dear dot volgk at gmail dot com + +name=inxi +version=3.1.09-1 +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 +} diff --git a/inxi/README b/inxi/README new file mode 100644 index 000000000..58e89cf57 --- /dev/null +++ b/inxi/README @@ -0,0 +1,8 @@ +README for inxi + +NOTES + To obtain more information about your system will be nice to have: + xorg-xprop: Desktop data + xorg-xdpyinfo: Multi screen resolution + xorg-xrandr: Single screen resolution + lm_sensors: Sensors output