File: watch

package info (click to toggle)
kuttypy 2.1.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 5,484 kB
  • sloc: ansic: 4,893; python: 2,834; makefile: 97; xml: 67; sh: 1
file content (11 lines) | stat: -rw-r--r-- 326 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
version=4


# GitHub hosted projects
opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%kuttypy-$1.tar.gz%" \
   https://github.com/csparkresearch/KuttyPy-GUI/tags \
   (?:.*?/)?v?(\d[\d.]*)\.tar\.gz debian uupdate

# Direct Git
# opts="mode=git" http://git.example.com/kuttypy.git \
#   refs/tags/v([\d\.]+) debian uupdate