24 lines
547 B
Plaintext
24 lines
547 B
Plaintext
# Template file for 'XD'
|
|
pkgname=XD
|
|
version=4.1
|
|
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=f6cc1dcd85748bc85415d1052e861b7c4f959b271d1b6b16b5b1ac4c9f53f4a4
|
|
|
|
do_build() {
|
|
make
|
|
}
|
|
|
|
do_install() {
|
|
vbin XD
|
|
vman XD.1
|
|
}
|