mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
dotool: update to 1.3;adopt.
This commit is contained in:
parent
0490ebd33f
commit
517591f085
1 changed files with 8 additions and 5 deletions
|
@ -1,21 +1,24 @@
|
||||||
# Template file for 'dotool'
|
# Template file for 'dotool'
|
||||||
pkgname=dotool
|
pkgname=dotool
|
||||||
version=1.2
|
version=1.3
|
||||||
revision=2
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="git.sr.ht/~geb/dotool"
|
go_import_path="git.sr.ht/~geb/dotool"
|
||||||
go_ldflags="-X main.Version=${version}"
|
go_ldflags="-X main.Version=${version}"
|
||||||
|
hostmakedepends="pkg-config"
|
||||||
|
makedepends="libxkbcommon-devel"
|
||||||
short_desc="Command to simulate input anywhere (X11, Wayland, TTYs)"
|
short_desc="Command to simulate input anywhere (X11, Wayland, TTYs)"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="André Cerqueira <acerqueira021@gmail.com>"
|
||||||
license="GPL-3.0-only"
|
license="GPL-3.0-only"
|
||||||
homepage="https://sr.ht/~geb/dotool"
|
homepage="https://sr.ht/~geb/dotool"
|
||||||
changelog="https://git.sr.ht/~geb/dotool/blob/master/CHANGELOG.md"
|
changelog="https://git.sr.ht/~geb/dotool/blob/master/CHANGELOG.md"
|
||||||
distfiles="https://git.sr.ht/~geb/dotool/archive/${version}.tar.gz"
|
distfiles="https://git.sr.ht/~geb/dotool/archive/${version}.tar.gz"
|
||||||
checksum=80dcbc1bc4877bbef3eb30cb8c0ad7db161fb76d4999bb9b5f4a484e2267e5a1
|
checksum=fd17b1d445ce05edcb565a6a4f6a97d3b1bfd066681dc23fc22a2df1c33ab150
|
||||||
system_accounts="_dotoold"
|
system_accounts="_dotoold"
|
||||||
|
triggers=hwdb.d-dir
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
./_install.sh "${DESTDIR}" /usr/bin
|
cp -v dotoolc dotoold "${DESTDIR}/usr/bin"
|
||||||
vinstall 80-dotool.rules 644 usr/lib/udev/rules.d
|
vinstall 80-dotool.rules 644 usr/lib/udev/rules.d
|
||||||
vsv dotoold
|
vsv dotoold
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue