23 lines
454 B
Plaintext
23 lines
454 B
Plaintext
# Template file for 'globe'
|
|
pkgname=globe
|
|
version=1
|
|
revision=1
|
|
archs="x86_64"
|
|
makedepends="git"
|
|
build_style=gnu-makefile
|
|
short_desc="display the currently-lighted face of Earth in ASCII"
|
|
maintainer="Zachary Scheiman <me@zacharyscheiman.com>"
|
|
license="MIT"
|
|
homepage="https://github.com/Distrotech/globe"
|
|
patch_args="-Np0"
|
|
|
|
do_fetch() {
|
|
git clone https://github.com/Distrotech/globe.git $wrksrc
|
|
cd $wrksrc
|
|
}
|
|
|
|
do_install() {
|
|
vbin globe
|
|
vman globe.1
|
|
}
|