add XD
This commit is contained in:
23
srcpkgs/XD/template
Normal file
23
srcpkgs/XD/template
Normal 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
|
||||||
|
}
|
Reference in New Issue
Block a user