23 lines
708 B
Bash
23 lines
708 B
Bash
# Template file for 'notepadqq'
|
|
pkgname=notepadqq
|
|
version=1.2.0
|
|
revision=1
|
|
build_style=qmake
|
|
hostmakedepends="pkg-config qt5-tools"
|
|
makedepends="qt5-svg-devel qt5-webkit-devel"
|
|
depends="desktop-file-utils hicolor-icon-theme"
|
|
maintainer="Orphaned <orphan@voidlinux.eu>"
|
|
short_desc="Text editor for developers"
|
|
homepage="https://notepadqq.com"
|
|
license="GPL-3"
|
|
distfiles="https://github.com/notepadqq/notepadqq/archive/v${version}.tar.gz"
|
|
checksum=423d224724deb5298837327ce7efa0d71dbe73693c783241eeb7bb2327ee97d4
|
|
|
|
case "$XBPS_TARGET_MACHINE" in
|
|
*-musl) broken="https://github.com/voidlinux/void-packages/issues/9481" ;;
|
|
esac
|
|
|
|
if [ "$CROSS_BUILD" ]; then
|
|
hostmakedepends+=" qt5-svg-devel qt5-webkit-devel"
|
|
fi
|
|
|