wev: initial commit, version 1.0.0

This commit is contained in:
Tim Biermann 2022-10-30 09:15:27 +00:00
parent 68eb4bca0c
commit 54bed8ca77
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 28 additions and 0 deletions

7
wev/.footprint Normal file
View File

@ -0,0 +1,7 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/wev
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/share/man/man1/wev.1.gz

5
wev/.signature Normal file
View File

@ -0,0 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3447UofgarYi4n7Ktu1quS/IV4U27K7i6EXZ2835atsWjCVEldZyn0SvycAN+wlljSM0ZQUEsfL7JOP1LCQ5hgg=
SHA256 (Pkgfile) = 84f93cfb31cd8eea24e92458e8e309826dc796a1c0791a44e5a3eef37c825031
SHA256 (.footprint) = a964003c7a6316ac3176662fa179f6a9870bd8cfbe4304f98a58c5bc3f8b37da
SHA256 (wev-1.0.0.tar.gz) = 613a1df1a4879d50ce72023de14aaf05be2e6f51346e84a69f50fc6d8502bbf4

16
wev/Pkgfile Normal file
View File

@ -0,0 +1,16 @@
# Description: debug events on wayland
# URL: https://git.sr.ht/~sircmpwn/wev
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: libxkbcommon scdoc wayland-protocols xorg-libxkbdcommon
name=wev
version=1.0.0
release=1
source=(https://git.sr.ht/~sircmpwn/wev/archive/$version.tar.gz)
renames=($name-$version.tar.gz)
build() {
cd $name-$version
make CFLAGS="$CFLAGS $LDFLAGS"
make DESTDIR=$PKG PREFIX=/usr install
}