New package: tty-clock-git-20130821_1

This commit is contained in:
Ypnose 2013-08-21 00:54:34 +02:00
parent 3ef7d76d72
commit bd3d6940c0

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
}
}