File: makepkg.sh

package info (click to toggle)
gtkhash 1.5-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,684 kB
  • sloc: ansic: 7,042; makefile: 361; xml: 62; sh: 44
file content (16 lines) | stat: -rwxr-xr-x 385 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/env bash
# All rights waived: https://creativecommons.org/publicdomain/zero/1.0/

set -e

cd "$(dirname "$0")"/..
git archive --prefix gtkhash/ -o msys2/mingw-w64-gtkhash/gtkhash.tar.gz HEAD

cd msys2/mingw-w64-gtkhash
MINGW_ARCH="mingw64 mingw32" PKGEXT='.pkg.tar.xz' exec makepkg-mingw \
	--noconfirm \
	--noprogressbar \
	--syncdeps \
	--clean \
	--cleanbuild \
	--force