New package: tty-clock-git-20130821_1
This commit is contained in:
parent
3ef7d76d72
commit
bd3d6940c0
1 changed files with 26 additions and 0 deletions
26
srcpkgs/tty-clock-git/template
Normal file
26
srcpkgs/tty-clock-git/template
Normal 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
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue