NBash
1# Example watch control file for uscan
2# Rename this file to "watch" and then you can run the "uscan" command
3# to check for upstream updates and more.
4# See uscan(1) for format
5
6# Compulsory line, this is a version 4 file
7version=4
8
9# PGP signature mangle, so foo.tar.gz has foo.tar.gz.sig
10#opts="pgpsigurlmangle=s%$%.sig%"
11
12# GitHub hosted projects
13opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%eepm-$1.tar.gz%" \
14https://github.com/Etersof/eepm/tags \
15(?:.*?/)?v?(\d[\d.]*)\.tar\.gz debian uupdate
16