void-packages/srcpkgs/inxi/template

21 lines
578 B
Text
Raw Normal View History

2013-08-20 22:53:05 +00:00
# Template file for 'inxi'
pkgname=inxi
2014-04-02 21:12:32 +00:00
version=2.1.15
2013-08-20 22:53:05 +00:00
revision=1
noarch="yes"
create_wrksrc=yes
makedepends="pciutils"
depends="${makedepends}"
2013-08-20 22:53:05 +00:00
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"
2014-04-02 21:12:32 +00:00
checksum=2b2c0c93e97df41ecbdb3512737ad7220f1975c3b34389772993d4fd781ce15a
2013-08-20 22:53:05 +00:00
do_install() {
vinstall inxi 755 usr/bin
vinstall inxi.1.gz 644 usr/share/man/man1
vinstall inxi.changelog 644 usr/share/doc/$pkgname
}