23 lines
428 B
Plaintext
23 lines
428 B
Plaintext
# Template file for 'phoon'
|
|
pkgname=phoon
|
|
version=1
|
|
revision=1
|
|
archs="x86_64"
|
|
makedepends="git"
|
|
build_style=gnu-makefile
|
|
short_desc="display current moon phase"
|
|
maintainer="Zachary Scheiman <me@zacharyscheiman.com>"
|
|
license="MIT"
|
|
homepage="https://github.com/Distrotech/phoon"
|
|
patch_args="-Np0"
|
|
|
|
do_fetch() {
|
|
git clone https://github.com/Distrotech/phoon.git $wrksrc
|
|
cd $wrksrc
|
|
}
|
|
|
|
do_install() {
|
|
vbin phoon
|
|
vman phoon.1
|
|
}
|