mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
extra/dump_syms to 2.3.1-1
This commit is contained in:
parent
d6756436f9
commit
73e6f7ec34
2 changed files with 24 additions and 8 deletions
16
extra/dump_syms/.SRCINFO
Normal file
16
extra/dump_syms/.SRCINFO
Normal file
|
@ -0,0 +1,16 @@
|
|||
pkgbase = dump_syms
|
||||
pkgdesc = Symbol dumper for Firefox
|
||||
pkgver = 2.3.1
|
||||
pkgrel = 1
|
||||
url = https://github.com/mozilla/dump_syms
|
||||
arch = x86_64
|
||||
license = Apache-2.0 OR MIT
|
||||
makedepends = cargo
|
||||
makedepends = git
|
||||
depends = gcc-libs
|
||||
depends = glibc
|
||||
options = !lto
|
||||
source = git+https://github.com/mozilla/dump_syms#commit=8100c54d307bce2fb73484bbe46a04386ceca105
|
||||
b2sums = a018041c9de88ef0d34e07ecc4c7a88756cf9a9fa60b6758bd1b50a9acde4201ed416def26edaf8a5bcafd046e3acf549ae3d2266129c02a7eaee76389908dfd
|
||||
|
||||
pkgname = dump_syms
|
|
@ -5,24 +5,24 @@
|
|||
# - set ARM targets for cargo fetch
|
||||
|
||||
pkgname=dump_syms
|
||||
pkgver=2.2.2
|
||||
pkgver=2.3.1
|
||||
pkgrel=1
|
||||
pkgdesc="Symbol dumper for Firefox"
|
||||
url="https://github.com/mozilla/dump_syms"
|
||||
arch=(x86_64)
|
||||
license=(
|
||||
APACHE
|
||||
MIT
|
||||
license=('Apache-2.0 OR MIT')
|
||||
depends=(
|
||||
gcc-libs
|
||||
glibc
|
||||
)
|
||||
depends=(gcc-libs)
|
||||
makedepends=(
|
||||
cargo
|
||||
git
|
||||
)
|
||||
options=(!lto)
|
||||
_commit=de0b5fc83a022ce20c72a3e6831b4613540e9fdb # tags/v2.2.2^0
|
||||
_commit=8100c54d307bce2fb73484bbe46a04386ceca105 # tags/v2.3.1^0
|
||||
source=("git+$url#commit=$_commit")
|
||||
sha512sums=('SKIP')
|
||||
b2sums=('a018041c9de88ef0d34e07ecc4c7a88756cf9a9fa60b6758bd1b50a9acde4201ed416def26edaf8a5bcafd046e3acf549ae3d2266129c02a7eaee76389908dfd')
|
||||
|
||||
# Use LTO
|
||||
#export CARGO_PROFILE_RELEASE_LTO=true CARGO_PROFILE_RELEASE_CODEGEN_UNITS=1
|
||||
|
@ -58,7 +58,7 @@ check() {
|
|||
package() {
|
||||
cd $pkgname
|
||||
install -Dt "$pkgdir/usr/bin" target/release/dump_syms
|
||||
install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 LICENSE*
|
||||
install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 LICENSE-MIT
|
||||
}
|
||||
|
||||
# vim:set sw=2 sts=-1 et:
|
||||
|
|
Loading…
Reference in a new issue