void-packages

Void Source Packages
git clone git://ezup.dev/void-packages.git
Log | Files | Refs | README | LICENSE

commit b0807be9610c4800b002ceb017ca6d037ff5fe43
parent a847a4b2ed171afb36cf3e67fda195aef8583153
Author: Dash Eclipse <dash@ezup.dev>
Date:   Mon, 16 Nov 2020 17:13:52 +0000

New package: yaft

Diffstat:
Mezup/pkg-list.txt | 1+
Asrcpkgs/yaft/template | 15+++++++++++++++
2 files changed, 16 insertions(+), 0 deletions(-)

diff --git a/ezup/pkg-list.txt b/ezup/pkg-list.txt @@ -45,6 +45,7 @@ wshowkeys #git #nocross wterm #git xrdp + yaft ydotool zsh-insulter #fetch zsh-theme-powerlevel10k #nocross #binary_gitstatusd diff --git a/srcpkgs/yaft/template b/srcpkgs/yaft/template @@ -0,0 +1,15 @@ +# Template file for 'yaft' +pkgname=yaft +version=0.2.9 +revision=1 +archs="x86*" +build_style=gnu-makefile +make_install_args="PREFIX=/destdir/${pkgname}-${version}/usr" +makedepends="ncurses-devel" +short_desc="Yet Another Framebuffer Terminal" +maintainer="Dash Eclipse <dash@ezup.dev>" +license="MIT" +homepage="https://github.com/uobikiemukot/${pkgname}" +distfiles="${homepage}/archive/v${version}.tar.gz" +checksum="80f7e6937ff0a34f77859c684d6f8e23c55d696e0bac4ac8b2f11f785db0374c" +tags="ezup"