File: watch

package info (click to toggle)
vim-voom 5.2-1
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 620 kB
  • ctags: 403
  • sloc: python: 3,475; makefile: 3
file content (13 lines) | stat: -rw-r--r-- 584 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Example watch control file for uscan
# Rename this file to "watch" and then you can run the "uscan" command
# to check for upstream updates and more.
# See uscan(1) for format

# Compulsory line, this is a version 3 file
version=3

# For GitHub projects you can use the tags or releases page.  Since the archive
# URLs use only the version as the name, it is recommended to use a
# filenamemangle to adjust the name of the downloaded file:
opts="filenamemangle=s/(?:.*)?v?(\d[\d\.]*)\.tar\.gz/VOoM-$1.tar.gz/" \
 https://github.com/vim-voom/VOoM/tags (?:.*/)?v?(\d[\d\.]*)\.tar\.gz