mirror of
https://github.com/termux/termux-packages.git
synced 2024-11-23 14:56:16 +00:00
5df2a7e8c9
This commit has been automatically submitted by Github Actions.
12 lines
588 B
Bash
12 lines
588 B
Bash
TERMUX_PKG_HOMEPAGE=https://github.com/tsujan/FeatherNotes
|
|
TERMUX_PKG_DESCRIPTION="Lightweight Qt Notes-Manager for Linux"
|
|
TERMUX_PKG_LICENSE="GPL-3.0"
|
|
TERMUX_PKG_MAINTAINER="@termux"
|
|
TERMUX_PKG_VERSION="1.3.0"
|
|
TERMUX_PKG_SRCURL=https://github.com/tsujan/FeatherNotes/archive/refs/tags/V${TERMUX_PKG_VERSION}.tar.gz
|
|
TERMUX_PKG_SHA256=689f8be4ebd11af0e7752862f7b7fa77c1094c87bdd8cbab1330daa70bca4b98
|
|
TERMUX_PKG_DEPENDS="hunspell, libc++, libx11, qt6-qtbase, qt6-qtsvg"
|
|
TERMUX_PKG_RECOMMENDS="hicolor-icon-theme"
|
|
TERMUX_PKG_AUTO_UPDATE=true
|
|
TERMUX_PKG_UPDATE_VERSION_REGEXP="\d+\.\d+\.\d+"
|