forked from ports/contrib
inxi: v3.1.09-1, initial commit
This commit is contained in:
parent
f1d62b1318
commit
86a3341634
7
inxi/.footprint
Normal file
7
inxi/.footprint
Normal file
@ -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
|
5
inxi/.signature
Normal file
5
inxi/.signature
Normal file
@ -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
|
15
inxi/Pkgfile
Normal file
15
inxi/Pkgfile
Normal file
@ -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
|
||||
}
|
8
inxi/README
Normal file
8
inxi/README
Normal file
@ -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
|
Loading…
x
Reference in New Issue
Block a user