Skip to content

Commit c0469f9

Browse files
author
Felix Van der Jeugt
committed
New package: matterircd-0.28.0
1 parent 65b1770 commit c0469f9

File tree

2 files changed

+29
-0
lines changed

2 files changed

+29
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
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}"

srcpkgs/matterircd/template

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
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+
}

0 commit comments

Comments
 (0)