repo.or.cz
/
arch-packages.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
archrelease: copy trunk to staging-x86_64
[arch-packages.git]
/
meson
/
trunk
/
arch-meson
blob
695a94729daffa0583d5f0bc3913d5801bd93083
1
#!/bin/bash -ex
2
# Highly opinionated wrapper for Arch Linux packaging
3
4
exec
meson setup \
5
--prefix
/
usr \
6
--libexecdir
lib \
7
--sbindir
bin \
8
--buildtype
plain \
9
--auto-features
enabled \
10
--wrap-mode
nodownload \
11
-D
b_lto
=
true \
12
-D
b_pie
=
true \
13
"$@"