New package: tty-clock

This commit is contained in:
cr6git 2017-07-29 14:36:22 +02:00
parent f07c30aab7
commit ee0ecacdc6
2 changed files with 21 additions and 25 deletions

View file

@ -1,25 +0,0 @@
# Template file for 'tty-clock-git'
pkgname=tty-clock-git
version=20130821
revision=3
hostmakedepends="git"
makedepends="ncurses-devel"
short_desc="Analog clock in ncurses"
maintainer='Juan RP <xtraeme@voidlinux.eu>'
license="GPL"
homepage="https://github.com/xorg62/tty-clock"
do_fetch() {
local url="git://github.com/xorg62/tty-clock"
msg_normal "Fetching source from $url ...\n"
git clone ${url} ${pkgname}-${version}
}
do_build() {
make CC="$CC" CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS -lncursesw"
}
do_install() {
vbin tty-clock
vman tty-clock.1
}

View file

@ -0,0 +1,21 @@
# Template file for 'tty-clock'
pkgname=tty-clock
version=2.3
revision=1
replaces="tty-clock-git>=0"
makedepends="ncurses-devel"
short_desc="Digital clock in ncurses"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="GPL-3"
homepage="https://github.com/xorg62/tty-clock"
distfiles="https://github.com/xorg62/tty-clock/archive/v${version}.tar.gz"
checksum=343e119858db7d5622a545e15a3bbfde65c107440700b62f9df0926db8f57984
do_build() {
make CC="$CC" CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS -lncursesw"
}
do_install() {
vbin tty-clock
vman tty-clock.1
}