diff --git a/srcpkgs/inxi/template b/srcpkgs/inxi/template new file mode 100644 index 00000000000..8947d04f78b --- /dev/null +++ b/srcpkgs/inxi/template @@ -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 " +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 + } +} diff --git a/srcpkgs/tty-clock-git/template b/srcpkgs/tty-clock-git/template new file mode 100644 index 00000000000..f422c0e2aae --- /dev/null +++ b/srcpkgs/tty-clock-git/template @@ -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 " +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 + } +}