File: watch

package info (click to toggle)
conman 0.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,600 kB
  • sloc: ansic: 11,863; sh: 2,174; exp: 2,132; makefile: 270; perl: 120
file content (9 lines) | stat: -rw-r--r-- 437 bytes parent folder | download
1
2
3
4
5
6
7
8
9
version=4

opts=\
  downloadurlmangle=s|/tag/(@PACKAGE@)-@ANY_VERSION@$|/download/$1-$2/$1-$2.tar.xz|,\
  filenamemangle=s|.*/(@PACKAGE@)-@ANY_VERSION@|$1-$2.tar.xz|,\
  pgpsigurlmangle=s|$|.asc| \
  https://github.com/dun/@PACKAGE@/releases/ /dun/@PACKAGE@/releases/tag/@PACKAGE@-(.+)
# The version part of matching-pattern is more generic than @ANY_VERSION@
# used in the mangles to provoke early errors on unexpected version strings.