diff options
| author | Danilo M. <danix@danix.xyz> | 2026-07-04 15:40:56 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-07-04 15:40:56 +0200 |
| commit | d540d7fc9b8ae84aca424305b5558804daeb2081 (patch) | |
| tree | 4549864a43e7a0f3d11e32adf001a9c41ab24925 /UrbanTerror | |
| parent | 441e33e044919d9286f22715cfbc5ab55b0ff19f (diff) | |
| download | my-slackbuilds-d540d7fc9b8ae84aca424305b5558804daeb2081.tar.gz my-slackbuilds-d540d7fc9b8ae84aca424305b5558804daeb2081.zip | |
UrbanTerror: ship nvchecker config and document it in README
Copy UrbanTerror.nvchecker into the package docs like the other packages
do, and add an NVCHECKER section to the README pointing at it.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Diffstat (limited to 'UrbanTerror')
| -rw-r--r-- | UrbanTerror/README | 12 | ||||
| -rw-r--r-- | UrbanTerror/UrbanTerror.SlackBuild | 1 |
2 files changed, 12 insertions, 1 deletions
diff --git a/UrbanTerror/README b/UrbanTerror/README index f7c8359..b403b4f 100644 --- a/UrbanTerror/README +++ b/UrbanTerror/README @@ -11,4 +11,14 @@ Please note: If you have a previous version of UrbanTerror installed please don't use upgradekg with this package. Use removepkg to remove the previous -version first since the paths may differ. +version first since the paths may differ. + +NVCHECKER +--------- +An nvchecker configuration file is installed alongside this README at: + + /usr/doc/UrbanTerror-VERSION/UrbanTerror.nvchecker + +nvchecker (https://github.com/lilydjwg/nvchecker) is a tool for checking +new versions of software. Copy or include this file in your nvchecker +configuration to be notified when a new UrbanTerror release is out. diff --git a/UrbanTerror/UrbanTerror.SlackBuild b/UrbanTerror/UrbanTerror.SlackBuild index 8d6d422..97b1d3d 100644 --- a/UrbanTerror/UrbanTerror.SlackBuild +++ b/UrbanTerror/UrbanTerror.SlackBuild @@ -114,6 +114,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION install -m 644 $CWD/docs/* $PKG/usr/doc/$PRGNAM-$VERSION/ cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild +cat $CWD/$PRGNAM.nvchecker > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.nvchecker mkdir -p $PKG/install cat $CWD/slack-desc > $PKG/install/slack-desc |
