add zz
This commit is contained in:
parent
f085365598
commit
3f5ba948c9
1 changed files with 23 additions and 0 deletions
23
srcpkgs/zz/template
Normal file
23
srcpkgs/zz/template
Normal file
|
|
@ -0,0 +1,23 @@
|
||||||
|
# Template file for 'zz'
|
||||||
|
pkgname=zz
|
||||||
|
version=1
|
||||||
|
revision=1
|
||||||
|
archs="x86_64"
|
||||||
|
makedepends="git"
|
||||||
|
short_desc="centers the text in your shell, much like pressing zz in vim."
|
||||||
|
maintainer="Zachary Scheiman <me@zacharyscheiman.com>"
|
||||||
|
license="MIT"
|
||||||
|
homepage="https://github.com/jake-stewart/zz"
|
||||||
|
|
||||||
|
do_fetch() {
|
||||||
|
git clone ${homepage} $wrksrc
|
||||||
|
cd $wrksrc
|
||||||
|
}
|
||||||
|
|
||||||
|
do_build() {
|
||||||
|
./build.sh
|
||||||
|
}
|
||||||
|
|
||||||
|
do_install() {
|
||||||
|
vbin zz
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue