Merge pull request #143 from Ypnose/master

tty-clock + inxi added
This commit is contained in:
Juan RP 2013-08-20 23:37:58 -07:00
commit abd0e29bd8
2 changed files with 51 additions and 0 deletions

25
srcpkgs/inxi/template Normal file
View 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
}
}

View file

@ -0,0 +1,26 @@
# Template file for 'tty-clock-git'
pkgname=tty-clock-git
version=20130821
revision=1
build_style=gnu-makefile
makedepends="ncurses-devel"
hostmakedepends="pkg-config"
short_desc="Analog clock in ncurses"
maintainer="Ypnose <linuxienATlegtuxDOTorg>"
license="GPL"
homepage="https://github.com/xorg62/tty-clock"
nofetch=yes
noextract=yes
do_fetch() {
local url="git://github.com/xorg62/tty-clock"
msg_normal "Fetching source from $url ...\n"
git clone ${url} ${pkgname}-${version}
}
tty-clock-git_package() {
pkg_install() {
vmove usr
}
}