Skip to content

Commit

Permalink
to-release-arm: released packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
noptrix committed Nov 22, 2024
1 parent 6910cad commit 24fd1e7
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 16 deletions.
9 changes: 0 additions & 9 deletions lists/to-release-arm
Original file line number Diff line number Diff line change
@@ -1,13 +1,4 @@
bind
gitleaks
gnuradio
hexyl
kismet
ltrace
metasploit
shellcheck
strace
trivy
valgrind
wireshark-cli
wireshark-qt
12 changes: 6 additions & 6 deletions packages/lief/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# See COPYING for license details.

pkgbase=lief
pkgname=(lief python-lief)
pkgname=('lief' 'python-lief')
_pkgname=LIEF
pkgver=0.15.1
pkgrel=1
Expand All @@ -14,9 +14,9 @@ license=('Apache-2.0')
depends=('tl-expected')
makedepends=('cmake' 'python' 'nlohmann-json' 'python-build' 'python-installer'
'python-wheel' 'python-tomli' 'python-scikit-build-core' 'ninja'
'python-cattrs' 'python-packaging' 'python-rich' 'python-setuptools'
'python-pydantic' 'python-pydantic-core' 'python-pyproject-metadata'
'python-pathspec')
'python-cattrs' 'python-packaging' 'python-rich'
'python-setuptools' 'python-pydantic' 'python-pydantic-core'
'python-pyproject-metadata' 'python-pathspec')
provides=('libLIEF.so')
source=("https://github.com/lief-project/lief/archive/refs/tags/$pkgver.tar.gz")
sha512sums=('30f248ce5c77993ccc08a360bfd74562ff1e661233abf7e6017cd11351ee359c67848a1ac4159b82a38e971f41704a6008b8778c817e06ef558efe21b76e04ae')
Expand Down Expand Up @@ -52,8 +52,8 @@ package_lief() {
}

package_python-lief() {
depends+=(python lief)
depends+=('python' 'lief')

cd "$_pkgname-$pkgver/api/python"

python -m installer --destdir="$pkgdir" dist/*.whl
Expand Down
2 changes: 1 addition & 1 deletion packages/mobsf/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ exec gunicorn -b 0.0.0.0:8000 mobsf.MobSF.wsgi:application \
--workers=1 --threads=10 --timeout=3600
EOF

chmod a+x "$pkgdir/usr/bin/$pkgname"
chmod +x "$pkgdir/usr/bin/$pkgname"
}

1 change: 1 addition & 0 deletions packages/mobsf/mobsf.install
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ post_upgrade() {
source venv/bin/activate &&
pip install --isolated --root="/usr/share/mobsf" --prefix='venv' .
}

0 comments on commit 24fd1e7

Please sign in to comment.