voidpkgs/srcpkgs/XD/template

23 lines
547 B
Text

# Template file for 'XD'
pkgname=XD
version=3.3
revision=2
archs="x86_64"
makedepends="git libgit2-devel pkg-config"
depends="libgit2"
build_style=gnu-makefile
short_desc="smiley face to explain info on the shell"
maintainer="Zachary Scheiman <me@zacharyscheiman.com>"
license="GPL-3.0-or-later"
homepage="https://git.squi.bid/XD"
distfiles="https://git.squi.bid/squibid/${pkgname}/archive/v${version}.tar.gz"
checksum=c63937639cc0c0385c7ab0b4d4f1a332bb0d83ae94e22dc78fe4e00002290807
do_build() {
make
}
do_install() {
vbin XD
vman XD.1
}