Created
December 7, 2017 23:40
-
-
Save 0bs3n/f16778148ebac3a46a6e1e6bc735b3ea to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| pkgname=evtest | |
| version=1.33 | |
| revision=1 | |
| short_desc="Command line tool for displaying device input information" | |
| maintainer="sen <ethan.k.shackelford@gmail.com>" | |
| license="GPLv2" | |
| build_style=gnu-configure | |
| homepage="https://cgit.freedesktop.org/evtest/" | |
| distfiles="https://cgit.freedesktop.org/evtest/snapshot/evtest-${version}.tar.xz" | |
| hostmakedepends="autoconf automake" | |
| checksum=928f6e81c73bd71ce88be03f7fdad204087a04dccd0250462106af0c2d813532 | |
| configure_args="--prefix=/usr" | |
| pre_configure() { | |
| ./autogen.sh | |
| } | |
| do_install() { | |
| make DESTDIR=${DESTDIR} install | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment