This commit is contained in:
2025-04-29 20:38:07 -05:00
parent c0c853a6a4
commit a570ffc3cd

23
srcpkgs/XD/template Normal file
View File

@ -0,0 +1,23 @@
# Template file for 'XD'
pkgname=XD
version=3.3
revision=1
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/${pkgname}/snapshot/${pkgname}-${version}.tar.gz"
checksum=1686fd1c989674826ca378cc6f4d32ca1d5a8fd9aee4b18cf7047db6408d3e25
do_build() {
make
}
do_install() {
vbin XD
vman XD.1
}