File: watch

package info (click to toggle)
golang-github-d2r2-go-bsbmp 0.0~git20190515.3b4b3ae-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 468 kB
  • sloc: makefile: 5
file content (11 lines) | stat: -rw-r--r-- 424 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
version=4
opts="mode=git, pgpmode=none" \
  https://github.com/d2r2/go-bsbmp.git \
  HEAD debian

# Use the following when upstream starts to tag releases:
#
#version=4
#opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%golang-github-d2r2-go-bsbmp-$1.tar.gz%,\
#      uversionmangle=s/(\d)[_\.\-\+]?(RC|rc|pre|dev|beta|alpha)[.]?(\d*)$/\$1~\$2\$3/" \
#  https://github.com/d2r2/go-bsbmp/tags .*/v?(\d\S*)\.tar\.gz debian