void-packages

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

template (639B)


      1# Template file for 'sowm'
      2pkgname=sowm
      3version=1.6
      4revision=2
      5_commit="f4cb48d7afeda195a73ff2bfdd3f85a016d53cec"
      6wrksrc="${pkgname}-${_commit}"
      7build_style=gnu-makefile
      8makedepends="libX11-devel"
      9short_desc="Itsy bitsy floating window manager"
     10maintainer="Dash Eclipse <dashezup@disroot.org>"
     11license="MIT"
     12homepage="https://github.com/dylanaraps/sowm"
     13distfiles="${homepage}/archive/${_commit}.tar.gz"
     14checksum=8a1357780ab5865ad86b242a792024da76d73138aaeb26fb92f534e7411c441c
     15tags="ezup gitpkg ${_commit}"
     16
     17pre_build() {
     18	[ -e ${FILESDIR}/config.h ] && cp ${FILESDIR}/config.h config.h || true
     19}
     20
     21post_install() {
     22	vlicense LICENSE.md
     23}