File: pull-libwebp.sh

package info (click to toggle)
golang-github-bep-gowebp 0.3.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 6,660 kB
  • sloc: ansic: 76,136; sh: 1,085; makefile: 585; python: 416; cpp: 262
file content (8 lines) | stat: -rwxr-xr-x 179 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
#!/bin/bash
if [ "$1" = "" ]
then
  echo "Usage: $0 <pull-libwebp.sh tag>"
  exit
fi

git subtree pull --prefix libwebp_src https://github.com/webmproject/libwebp.git $1 --squash