mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
New package: crud-0.1.1 (#2119)
This commit is contained in:
parent
c834bc75a2
commit
e22727c68c
1 changed files with 18 additions and 0 deletions
18
srcpkgs/crud/template
Normal file
18
srcpkgs/crud/template
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
# Template file for 'crud'
|
||||||
|
pkgname=crud
|
||||||
|
version=0.1.1
|
||||||
|
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=7b669cda9ab016232b9c6ba907a267c8ae9c62f41e888871475670eb2f4033b8
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue