inxi: moved to github, use latest gitrev
This commit is contained in:
parent
599c403dfe
commit
50272d0703
|
@ -2,15 +2,16 @@
|
|||
pkgname=inxi
|
||||
version=2.2.23
|
||||
revision=1
|
||||
_gitrev=18c180f906187ed8cdcd4cad1bc74ca578d59327
|
||||
wrksrc=${pkgname}-${_gitrev}
|
||||
noarch="yes"
|
||||
create_wrksrc=yes
|
||||
depends="file glxinfo pciutils usbutils xdpyinfo xprop xrandr"
|
||||
short_desc="A full featured system information script"
|
||||
maintainer='Juan RP <xtraeme@voidlinux.eu>'
|
||||
license="GPL-3"
|
||||
homepage="http://code.google.com/p/inxi/"
|
||||
distfiles="http://inxi.googlecode.com/svn/trunk/inxi.tar.gz"
|
||||
checksum=adc22faaf733321466c36dadda7ee38d017a1b749d96558be8cc8dbe9ce587ad
|
||||
homepage="https://github.com/smxi/inxi/"
|
||||
distfiles="https://github.com/smxi/inxi/archive/${_gitrev}.tar.gz>${pkgname}-${version}.tar.gz"
|
||||
checksum=91cc4a979667cb33759289b1f31489b50cdf933bceadba2bc30543b9d7c02b5a
|
||||
|
||||
do_install() {
|
||||
vbin inxi
|
||||
|
|
Loading…
Reference in New Issue