diff --git a/srcpkgs/zz/template b/srcpkgs/zz/template new file mode 100644 index 0000000..b6c253b --- /dev/null +++ b/srcpkgs/zz/template @@ -0,0 +1,24 @@ +# Template file for 'zz' +pkgname=zz +version=1 +revision=1 +archs="x86_64" +makedepends="git" +build_style=gnu-makefile +short_desc="centers the text in your shell, much like pressing zz in vim." +maintainer="Zachary Scheiman " +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 +}