You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gpac/gpac-snapshot.sh

13 lines
203 B

9 years ago
#!/bin/sh
set -e
9 years ago
DIRNAME=gpac-$(date +%Y%m%d)
9 years ago
git clone --depth 1 https://github.com/gpac/gpac.git ${DIRNAME}
9 years ago
rm -rf ${DIRNAME}/.git
rm -rf ${DIRNAME}/extra_lib
9 years ago
tar cJf ${DIRNAME}.tar.xz ${DIRNAME}