24 lines
547 B
Plaintext
24 lines
547 B
Plaintext
# 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=40e5c6f4502e3980d92c8eebdd5c02d9cc18067e6e68c35b486ea195b0d9af04
|
|
|
|
do_build() {
|
|
make
|
|
}
|
|
|
|
do_install() {
|
|
vbin XD
|
|
vman XD.1
|
|
}
|