mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 15:13:51 +02:00
Update
This commit is contained in:
parent
75957dc317
commit
0600b5d6f0
1 changed files with 5 additions and 6 deletions
|
@ -8,14 +8,13 @@ configure_args="-DUSE_SYSTEM_QTKEYCHAIN=ON -DCMAKE_BUILD_TYPE=Release -DUSE_PREC
|
||||||
hostmakedepends="git"
|
hostmakedepends="git"
|
||||||
makedepends="qt6-base-devel qt6-core qt6-tools-devel boost-devel openssl-devel qt6-imageformats qtkeychain-qt6-devel qt6-qt5compat-devel qt6-svg-devel libnotify-devel pkg-config"
|
makedepends="qt6-base-devel qt6-core qt6-tools-devel boost-devel openssl-devel qt6-imageformats qtkeychain-qt6-devel qt6-qt5compat-devel qt6-svg-devel libnotify-devel pkg-config"
|
||||||
depends="qt6-imageformats qt6-svg qt6-base qt6-core qt6-tools boost openssl qt6-imageformats qtkeychain-qt6 qt6-qt5compat qt6-svg libnotify qt6-plugin-tls-openssl"
|
depends="qt6-imageformats qt6-svg qt6-base qt6-core qt6-tools boost openssl qt6-imageformats qtkeychain-qt6 qt6-qt5compat qt6-svg libnotify qt6-plugin-tls-openssl"
|
||||||
short_desc="A twitch chat client"
|
short_desc="Chat client for twitch.tv"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="konskara <konskara41@ee.duth.gr>"
|
||||||
license=MIT
|
license=MIT
|
||||||
homepage="https://github.com/Chatterino/chatterino2"
|
homepage="https://github.com/Chatterino/chatterino2"
|
||||||
|
|
||||||
|
|
||||||
do_fetch() {
|
do_fetch() {
|
||||||
git clone --recurse-submodules --branch v${version} https://github.com/Chatterino/chatterino2.git "$wrksrc"
|
git clone --recurse-submodules --branch v${version} https://github.com/Chatterino/chatterino2.git "$wrksrc"
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue