mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
New package: inxi-1.9.14_1
This commit is contained in:
parent
d06b4710d3
commit
3ef7d76d72
1 changed files with 25 additions and 0 deletions
25
srcpkgs/inxi/template
Normal file
25
srcpkgs/inxi/template
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
# Template file for 'inxi'
|
||||||
|
pkgname=inxi
|
||||||
|
version=1.9.14
|
||||||
|
revision=1
|
||||||
|
short_desc="A full featured system information script"
|
||||||
|
maintainer="Ypnose <linuxienATlegtuxDOTorg>"
|
||||||
|
license="GPL-3"
|
||||||
|
homepage="http://code.google.com/p/inxi/"
|
||||||
|
distfiles="http://inxi.googlecode.com/svn/trunk/inxi.tar.gz"
|
||||||
|
checksum=46a07a50c231f57a7dd9af048b06f4612f45d7dde47609d13e498a5a0ce7b07d
|
||||||
|
create_wrksrc=yes
|
||||||
|
|
||||||
|
do_install() {
|
||||||
|
vinstall inxi 755 usr/bin
|
||||||
|
vinstall inxi.1.gz 644 usr/share/man/man1
|
||||||
|
vinstall inxi.changelog 644 usr/share/doc/$pkgname
|
||||||
|
}
|
||||||
|
|
||||||
|
inxi_package() {
|
||||||
|
depends="pciutils"
|
||||||
|
noarch="yes"
|
||||||
|
pkg_install() {
|
||||||
|
vmove usr
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue