File: watch

package info (click to toggle)
golang-blackfriday 1.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 576 kB
  • sloc: makefile: 7
file content (14 lines) | stat: -rw-r--r-- 570 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
version=4
#opts="mode=git, pgpmode=none, pretty=1.5.2+git%cd.%h" \
#    https://github.com/russross/blackfriday \
#    HEAD debian

# We want to stick with the v1 (master) branch
opts="filenamemangle=s%(?:.*?)?v?(1\.\d[\d.]*)\.tar\.gz%golang-blackfriday-$1.tar.gz%" \
    https://github.com/russross/blackfriday/tags \
    (?:.*?/)?v?(1\.\d[\d.]*)\.tar\.gz debian

# Original watch line:
#opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%golang-blackfriday-$1.tar.gz%" \
#    https://github.com/russross/blackfriday/tags \
#    (?:.*?/)?v?(\d[\d.]*)\.tar\.gz debian