1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
version=3
opts=\
dversionmangle=s/\+(debian|dfsg|ds|deb)(\.\d+)?$//,\
filenamemangle=s/.*\/v?([\d\.-]+)\.tar\.gz/node-string-width-$1.tar.gz/ \
https://github.com/sindresorhus/string-width/tags .*/archive/v?([\d\.]+).tar.gz
opts=\
component=is-fullwidth-code-point,\
dversionmangle=auto,\
filenamemangle=s/.*\/v?([\d\.-]+)\.tar\.gz/node-is-fullwidth-code-point-$1.tar.gz/ \
https://github.com/sindresorhus/is-fullwidth-code-point/tags .*/archive/v?([\d\.]+).tar.gz ignore
opts=\
component=emoji-regex,\
dversionmangle=auto,\
filenamemangle=s/.*\/v?([\d\.-]+)\.tar\.gz/node-emoji-regex-$1.tar.gz/ \
https://github.com/mathiasbynens/emoji-regex/tags .*/archive/v?([\d\.]+).tar.gz ignore
|