24 lines
550 B
Plaintext
24 lines
550 B
Plaintext
# 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
|
|
}
|