void-packages

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

template (550B)


      1# Template file for 'scroll'
      2pkgname=scroll
      3version=0.1
      4revision=3
      5build_style=gnu-makefile
      6hostmakedepends="git"
      7makedepends="musl-legacy-compat"
      8short_desc="Scrollbackbuffer program for st (git version)"
      9maintainer="Dash Eclipse <dashezup@disroot.org>"
     10license="ISC"
     11homepage="https://git.suckless.org/scroll"
     12_commit="708ce2abd91800b6ca637eb464ba6d78be74bf93"
     13tags="ezup gitpkg ${_commit}"
     14
     15do_fetch() {
     16	git clone --depth 1 git://git.suckless.org/scroll ${wrksrc}
     17	git -C ${wrksrc} reset --hard ${_commit}
     18}
     19
     20post_install() {
     21	vlicense LICENSE
     22}