Search Criteria
Package Details: teaspeak-server 1.5.6-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/teaspeak-server.git (read-only, click to copy) |
---|---|
Package Base: | teaspeak-server |
Description: | Set up your own Teaspeak Server for the Teaspeak Client. |
Upstream URL: | https://teaspeak.de/gb |
Keywords: | communication internet server teaspeak video voice |
Licenses: | custom:teaspeak-server |
Submitter: | tobilinuxer |
Maintainer: | None |
Last Packager: | tobilinuxer |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2021-03-28 19:19 (UTC) |
Last Updated: | 2021-06-10 19:29 (UTC) |
Dependencies (2)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-cudaAUR, ffmpeg-fullAUR, ffmpeg-decklinkAUR, ffmpeg-amd-fullAUR, ffmpeg-ffplayoutAUR, ffmpeg-full-gitAUR, ffmpeg-gitAUR, ffmpeg-headlessAUR, ffmpeg-amd-full-gitAUR, ffmpeg-obsAUR, ffmpeg-libfdk_aacAUR)
- nss (nss-hgAUR)
Latest Comments
tobilinuxer commented on 2021-06-10 19:32 (UTC)
I added a systemd service. But to be honest, this PKGBUILD still uses cp instead of install. I hope this is ok :) And i added a pacman post_remove script, which delete the whole teaspeak-server folder in /opt
ChrisLane commented on 2021-06-10 13:45 (UTC) (edited on 2021-06-10 13:51 (UTC) by ChrisLane)
Also, the
install
command should be used to install the files rather than copying them directly and setting the file permissions. Done correctly, this would also solve the issue of the source file being in the destination.Suggest you read the wiki page on making packages so that you're not leaving files on people's systems if they uninstall. https://wiki.archlinux.org/title/Creating_packages
ChrisLane commented on 2021-06-10 13:41 (UTC)
Providing systemd service in the package for running this would be useful.
tobilinuxer commented on 2021-03-28 20:42 (UTC)
I will change the location of the server files. thank you, for your feedback!
FabioLolix commented on 2021-03-28 20:34 (UTC)
Hello, installing files in $HOME is prohibited