Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions srcpkgs/lisgd/template
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Template file for 'lisgd'
pkgname=lisgd
version=0.4.0
revision=1
build_style=gnu-makefile
makedepends="libinput-devel eudev-libudev-devel libX11-devel wayland-devel"
short_desc="Simple libinput gesture daemon"
maintainer="Eloi Torrents <eloitor@duck.com>"
license="MIT"
homepage="http://git.sr.ht/~mil/lisgd"
changelog="https://git.sr.ht/~mil/lisgd/refs/"
distfiles="https://git.sr.ht/~mil/lisgd/archive/${version}.tar.gz"
checksum=1eef0a3c4c297714b52dd061d40611c955ea8479ef3e60cfb0f7ab9cb22e65e7

post_install() {
vlicense LICENSE
}