Search Criteria
Package Details: kiwiirc 1.5.1.r18.g01597b13-1
Git Clone URL: | https://aur.archlinux.org/kiwiirc.git (read-only, click to copy) |
---|---|
Package Base: | kiwiirc |
Description: | A hand-crafted web-based IRC client that you can enjoy |
Upstream URL: | https://kiwiirc.com/ |
Licenses: | |
Submitter: | M2Ys4U |
Maintainer: | petronny |
Last Packager: | petronny |
Votes: | 3 |
Popularity: | 0.000000 |
First Submitted: | 2014-02-15 00:06 |
Last Updated: | 2020-06-14 05:00 |
Dependencies (3)
- git (git-git) (make)
- npm (npm4, nodejs6-bin) (make)
- yarn (yarn-nightly) (make)
Latest Comments
petronny commented on 2020-06-14 05:01
@TheGoliath Actually, this package now is
kiwiirc-git
. But I keep its name askiwiirc
when I adopt it.So, it won't be out-of-date unless its PKGBUILD is broken.
petronny commented on 2019-12-10 09:00
See https://wiki.archlinux.org/index.php/KiwiIRC
It's like the way you used to run
phpmyadmin
.lonaowna commented on 2019-12-09 16:36
I'm a bit confused.. Upstream's Example installation guide talks about a
config.conf
and akiwiirc
executable, but those seem to be missing from this package? Do I also need to install something else?Aelius commented on 2016-07-26 05:12
This happens every reboot:
The process /usr/bin/kiwi could not be executed and failed.
matschi commented on 2016-05-03 13:53
==> ERROR: install should not be an array
--> remove the parenthesis at the "install=" line
KamijouTouma commented on 2016-02-06 18:10
==> Building and installing package
==> ERROR: install should not be an array
==> ERROR: Makepkg was unable to build kiwiirc.
==> Restart building kiwiirc ? [y/N]
==> --------------------------------
M2Ys4U commented on 2015-05-16 15:24
@matschi: Thanks for that; I've re-packaged kiwi to use systemd-tmpfiles now :)
matschi commented on 2015-05-11 16:32
for getting the enabled systemd-service to work / avoid errors with writing pid files i had to make an entry /usr/lib/tmpfiles.d/kiwiirc.conf containing
"d /run/kiwiirc 0755 kiwiirc kiwiirc -"
for creating a writeable folder in /run for the pid file ( kiwiirc being the kiwiirc-user )
matschi commented on 2015-05-11 16:28
for my part, getting the systemd-service to work i had to add an entry in
/usr/lib/tmpfiles.d/kiwiirc.conf containing
"d /run/kiwiirc 0755 kiwiirc kiwiirc -"