vp-build/srcpkgs/crud/template

19 lines
526 B
Bash

# Template file for 'crud'
pkgname=crud
version=0.3
revision=1
build_style=gnu-makefile
make_use_env=yes
hostmakedepends="pkg-config"
makedepends="libX11-devel libXext-devel"
short_desc="Prints the geometry of a selected region to stdout"
maintainer="Rubén Santos <kojicomics@cocaine.ninja>"
license="MIT"
homepage="https://github.com/fosu/crud"
distfiles="https://github.com/fosu/crud/archive/${version}.tar.gz"
checksum=33b647432427542a81905cc804a2868a4dc06dcbf62935b6cafb1ee1abc6083c
post_install() {
vlicense LICENSE
}