summaryrefslogtreecommitdiff
path: root/src/mips64el-tools/mips64el.conf
blob: 836b407214c0412a828b7b57b4aeef16b4548a4b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
## Arquitecture specific commands

## Run a command for PKGBUILD modifications before building
## Like adding 'mips64el' to arch if it's not there
# HOOKPKGBUILDMOD="mips-add"

## Run a command for local releasing of packages
# Useful for mass packaging (ie. mips port)
# Must accept the following parameters even if the command won't use them:
# $1 repo name
# $2+ packages
# HOOKLOCALRELEASE="mipsrelease"