mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
Merge pull request #2552 from the-maldridge/xinput-calibrator
New Package: xinput_calibrator 0.5.7
This commit is contained in:
commit
1b5b344f1b
1 changed files with 17 additions and 0 deletions
17
srcpkgs/xinput_calibrator/template
Normal file
17
srcpkgs/xinput_calibrator/template
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
# Template build file for 'xinput_calibrator'.
|
||||||
|
pkgname=xinput_calibrator
|
||||||
|
version=0.7.5
|
||||||
|
revision=1
|
||||||
|
build_style=gnu-configure
|
||||||
|
hostmakedepends="pkg-config"
|
||||||
|
makedepends="libXi-devel"
|
||||||
|
short_desc="Utility to calibrate X input devices"
|
||||||
|
maintainer="Michael Aldridge <aldridge.mac@gmail.com>"
|
||||||
|
license="MIT/X11"
|
||||||
|
homepage="http://www.freedesktop.org/wiki/Software/xinput_calibrator"
|
||||||
|
distfiles="http://github.com/downloads/tias/xinput_calibrator/$pkgname-$version.tar.gz"
|
||||||
|
checksum=baa4ddca49ec94c27ba4c715bfa26692fec1132103e927213c3169e475d3d971
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense COPYING LICENSE
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue