Package Details: stuntman-git 1.2.1.r42.g4c9272e-1

Git Clone URL: https://aur.archlinux.org/stuntman-git.git (read-only, click to copy)
Package Base: stuntman-git
Description: An open source STUN server and client code
Upstream URL: http://www.stunprotocol.org/
Licenses: Apache
Conflicts: stuntman
Provides: stuntman
Submitter: sanerb
Maintainer: sanerb
Last Packager: sanerb
Votes: 1
Popularity: 0.000000
First Submitted: 2016-10-20 08:31 (UTC)
Last Updated: 2016-10-20 08:41 (UTC)

Dependencies (1)

Required by (0)

Sources (1)

Pinned Comments

sanerb commented on 2016-11-21 05:22 (UTC) (edited on 2017-09-01 22:55 (UTC) by sanerb)

# Bug reports can be filed at https://bugs.square-r00t.net/index.php?project=3 # News updates for packages can be followed at https://devblog.square-r00t.net (If you want an RSS-feed only pertaining to my AUR packages, you can subscribe to https://devblog.square-r00t.net/rss/?category=aur in your favourite RSS reader.) Note that you should still use the AUR web interface for flagging packages as out-of-date if a new version is released; the aforementioned bug tracker is to aid in issues with building/packaging/the PKGBUILD formats/etc. specifically. GPG signature "errors" are explained here: https://devblog.square-r00t.net/articles/a-note-on-using-gpg-signatures-in-pkgbuilds Please read; it's not a bug. Thanks!

Latest Comments

huyz commented on 2021-09-15 09:43 (UTC)

  1. boost-libs should be depends, and boost should be makedepends.
  2. Since this package contains a server, it's useful to add a systemd unit file. Here's an example:
[Unit]
Description=stuntman stun server
After=network.target

[Service]
Type=exec
User=nobody
Group=nobody
ExecStart=/usr/bin/stunserver --configfile /etc/stun.conf

[Install]
WantedBy=multi-user.target

Where stun.conf can be found in $srcdir/stuntman/testcode directory.

sanerb commented on 2016-11-21 05:22 (UTC) (edited on 2017-09-01 22:55 (UTC) by sanerb)

# Bug reports can be filed at https://bugs.square-r00t.net/index.php?project=3 # News updates for packages can be followed at https://devblog.square-r00t.net (If you want an RSS-feed only pertaining to my AUR packages, you can subscribe to https://devblog.square-r00t.net/rss/?category=aur in your favourite RSS reader.) Note that you should still use the AUR web interface for flagging packages as out-of-date if a new version is released; the aforementioned bug tracker is to aid in issues with building/packaging/the PKGBUILD formats/etc. specifically. GPG signature "errors" are explained here: https://devblog.square-r00t.net/articles/a-note-on-using-gpg-signatures-in-pkgbuilds Please read; it's not a bug. Thanks!