Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pkgstore-old/linux-rpm-weechat
https://github.com/pkgstore-old/linux-rpm-weechat
linux pkgstore rpm rpm-package rpm-packages rpm-spec weechat
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pkgstore-old/linux-rpm-weechat
- Owner: pkgstore-old
- License: gpl-3.0
- Created: 2021-06-19T22:46:15.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-01T09:54:10.000Z (almost 3 years ago)
- Last Synced: 2024-02-23T11:54:36.553Z (11 months ago)
- Topics: linux, pkgstore, rpm, rpm-package, rpm-packages, rpm-spec, weechat
- Size: 4.67 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# WeeChat
**WeeChat** is a fast, light and extensible chat client, with a text-based user interface.
WeeChat is:
- Modular: a lightweight core with optional plugins.
- Multi-protocols architecture (mainly IRC).
- Multi-platforms: Linux, Unix, BSD, GNU Hurd, Haiku, macOS and Windows (Bash/Ubuntu and Cygwin).
- Extensible with C, Python, Perl, Ruby, Lua, Tcl, Scheme, Javascript and PHP.
- Fully documented and translated into several languages.
- A free program released under the terms of the GNU General Public License version 3.
- An active project with a large community for scripts.## Install
### Fedora COPR
```
$ dnf copr enable pkgstore/weechat
$ dnf install -y weechat
```### Open Build Service (OBS)
```
# Work in Progress
```## Update
```
$ dnf upgrade -y weechat
```## Remove
```
$ dnf erase -y weechat
$ dnf copr remove pkgstore/weechat
```## How to Build
1. Get source from [src.fedoraproject.org](https://src.fedoraproject.org/rpms/weechat).
2. Write last commit SHA from [src.fedoraproject.org](https://src.fedoraproject.org/rpms/weechat) to [CHANGELOG](CHANGELOG).
3. Modify & update source (and `*.spec`).
4. Build SRPM & RPM.