File: watch

package info (click to toggle)
golang-github-aead-poly1305 0.0~git20180717.3fee0db-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 124 kB
  • sloc: asm: 856; makefile: 2
file content (11 lines) | stat: -rw-r--r-- 421 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
version=4
opts="mode=git, pgpmode=none" \
  https://github.com/aead/poly1305.git \
  HEAD debian

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