dragon: rename binaries to dragon-drop

https://github.com/mwh/dragon/issues/17#issuecomment-957066171
Close #40618
This commit is contained in:
Đoàn Trần Công Danh 2022-11-21 20:04:40 +07:00
parent a08280974a
commit 7271709f55
1 changed files with 4 additions and 6 deletions

View File

@ -1,8 +1,11 @@
# Template file for 'dragon'
pkgname=dragon
version=1.2.0
revision=2
revision=3
build_style=gnu-makefile
# https://github.com/mwh/dragon/issues/17#issuecomment-957066171
make_build_args="NAME=dragon-drop"
make_install_args="$make_build_args"
hostmakedepends="pkg-config"
makedepends="gtk+3-devel"
short_desc="Simple drag-and-drop source/sink for X and Wayland"
@ -11,8 +14,3 @@ license="GPL-3.0-or-later"
homepage="https://github.com/mwh/dragon"
distfiles="https://github.com/mwh/dragon/archive/v${version}.tar.gz"
checksum=9bda28e96d715c759c8a1db754bdfde5e7d83671e13cd25a892f6b5e29357994
do_install() {
vbin dragon
vdoc README
}