File: watch

package info (click to toggle)
biosyntax 1.0.0b-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 6,008 kB
  • sloc: sh: 876; javascript: 292; xml: 246; makefile: 52
file content (7 lines) | stat: -rw-r--r-- 406 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
version=4
opts=uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha)\d*)$/$1~$2/,\
     repacksuffix=+dfsg,dversionmangle=s/\+dfsg//g,repack,compression=xz \
     https://github.com/bioSyntax/bioSyntax/releases .*/bioSyntax-?(\d\S+)\.zip

# This is a non standard watch file for GitHub because GH autogenerates tarballs
# with empty vim folder. We need to target the zip file which contains all files.