Changeset View
Changeset View
Standalone View
Standalone View
package.yml
| name : chatty | name : chatty | ||||
| version : '0.11' | version : '0.12' | ||||
| release : 14 | release : 15 | ||||
| source : | source : | ||||
| - https://github.com/chatty/chatty/archive/v0.11.tar.gz : 6ade796c9f93f91fd8afe9559371351bb19d6516c115e15227605f3c44dcde37 | - https://github.com/chatty/chatty/archive/v0.12.tar.gz : 624abea8897c1ee2f8e83b9f8d58eb28492f28236e6246f8bb2bfb75b581a2ba | ||||
| license : | license : | ||||
| - GPL-3.0-or-later | - GPL-3.0-or-later | ||||
| - MIT | - MIT | ||||
| component : network.irc | component : network.irc | ||||
| summary : Twitch Chat Client | summary : Twitch Chat Client | ||||
| description: | | description: | | ||||
| Chatty is a Twitch Chat Client for Desktop written in Java featuring many Twitch specific features. | Chatty is a Twitch Chat Client for Desktop written in Java featuring many Twitch specific features. | ||||
| networking : yes | networking : yes | ||||
| builddeps : | builddeps : | ||||
| - gradle | - gradle | ||||
| - unzip | - unzip | ||||
| rundeps : | rundeps : | ||||
| - openjdk-8 | - openjdk-11 | ||||
| setup : | | setup : | | ||||
| %apply_patches | %apply_patches | ||||
| build : | | build : | | ||||
| export GRADLE_USER_HOME=/home/build/YPKG/root/chatty/ | export GRADLE_USER_HOME=$workdir/.gradle | ||||
| gradle --no-daemon release | gradle --no-daemon release | ||||
| install : | | install : | | ||||
| # Unzip to destination | # Unzip to destination | ||||
| mkdir -p $installdir/usr/share/chatty | mkdir -p $installdir/usr/share/chatty | ||||
| unzip $workdir/build/releases/Chatty_$version.zip -d $installdir/usr/share/chatty/ | unzip $workdir/build/releases/Chatty_$version.zip -d $installdir/usr/share/chatty/ | ||||
| # Remove unneeded files | # Remove unneeded files | ||||
| rm $installdir/usr/share/chatty/{LICENSE,readme.txt} | rm $installdir/usr/share/chatty/{LICENSE,readme.txt} | ||||
| Show All 13 Lines | |||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.