File tree Expand file tree Collapse file tree 2 files changed +29
-0
lines changed
Expand file tree Collapse file tree 2 files changed +29
-0
lines changed Original file line number Diff line number Diff line change 1+ #! /bin/sh
2+ exec 2>&1
3+ [ -r ./conf ] && . ./conf
4+
5+ exec chpst -u _matterircd:_matterircd -C /var/lib/matterircd matterircd --conf " ${CONFIG:-/ etc/ matterircd/ matterircd.toml} "
Original file line number Diff line number Diff line change 1+ # Template file for 'matterircd'
2+ pkgname=matterircd
3+ version=0.28.0
4+ revision=1
5+ build_style=go
6+ go_import_path=github.com/42wim/matterircd
7+ short_desc="Connect to your mattermost or slack using your IRC-client of choice"
8+ maintainer="Felix Van der Jeugt <felixvdj+github@posteo.be>"
9+ license="MIT"
10+ homepage="https://github.com/42wim/matterircd"
11+ changelog="https://github.com/42wim/matterircd/releases"
12+ distfiles="https://github.com/42wim/matterircd/archive/refs/tags/v${version}.tar.gz"
13+ checksum=a23a1ac6a5dda8aa0a25261b6a5ce1084b63b626fe65cb94e8581c8bb0482c64
14+
15+ system_accounts="_matterircd"
16+ _matterircd_homedir="/var/lib/matterircd"
17+ make_dirs="/var/lib/matterircd 0700 _matterircd _matterircd
18+ /etc/matterircd 0755 root root"
19+
20+ post_install() {
21+ vsconf matterircd.toml.example matterircd.toml
22+ vlicense LICENSE
23+ vsv matterircd
24+ }
You can’t perform that action at this time.
0 commit comments