mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
parent
9d27cb7433
commit
64352aa93b
1 changed files with 17 additions and 0 deletions
17
srcpkgs/xcolor/template
Normal file
17
srcpkgs/xcolor/template
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
# Template file for 'xcolor'
|
||||||
|
pkgname=xcolor
|
||||||
|
version=0.5.1
|
||||||
|
revision=1
|
||||||
|
build_style=cargo
|
||||||
|
hostmakedepends="pkg-config python3"
|
||||||
|
makedepends="libX11-devel libXcursor-devel libXrender-devel"
|
||||||
|
short_desc="Lightweight color picker for X11"
|
||||||
|
maintainer="Cullen Ross <cullenrss@gmail.com>"
|
||||||
|
license="MIT"
|
||||||
|
homepage="https://github.com/Soft/xcolor"
|
||||||
|
distfiles="https://github.com/Soft/xcolor/archive/refs/tags/${version}.tar.gz"
|
||||||
|
checksum=cff417d0ccbece766c66a183413e167868fdbd98b8129516ff9021a4b11a5647
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue