Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ghidriff: add package #4278

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update to-release
D3vil0p3r committed Nov 24, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit c5b00828fb20a875b21136ace529f222504b20dc
4 changes: 4 additions & 0 deletions lists/to-release
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
python-jpype1
python-pyhidra
python-mdutils
ghidriff
2 changes: 1 addition & 1 deletion packages/ghidriff/PKGBUILD
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@ groups=('blackarch' 'blackarch-automation' 'blackarch-reversing')
url='https://github.com/clearbluejar/ghidriff'
license=('GPL3')
depends=('python' 'python-pyhidra' 'python-mdutils' 'ghidra')
makedepends=('python-setuptools')
makedepends=('git' 'python-setuptools')
source=("git+https://github.com/clearbluejar/$pkgname.git")
sha512sums=('SKIP')

5 changes: 2 additions & 3 deletions packages/python-jpype1/PKGBUILD
Original file line number Diff line number Diff line change
@@ -5,9 +5,9 @@ pkgname=python-jpype1
_pkgname=${pkgname#python-}
pkgver=1.5.0
pkgrel=1
pkgdesc="Python to Java bridge, an effort to allow Python programs full access to Java class libraries"
pkgdesc='Python to Java bridge, an effort to allow Python programs full access to Java class libraries.'
arch=('x86_64')
url="https://github.com/jpype-project/jpype"
url='https://github.com/jpype-project/jpype'
license=('Apache-2.0')
depends=('python' 'python-typing_extensions' 'python-packaging' 'java-runtime')
makedepends=('python-setuptools' 'ant')
@@ -16,7 +16,6 @@ source=("https://github.com/jpype-project/jpype/archive/JPype1-$pkgver.tar.gz")
sha512sums=('7c3c8434dd07743d0a0b4176c13f8d82b2f042c25925912e905c92e06de30721f2b1788683f9d547bcb7b66f767f565298ead4c940d8109bc92e8c5824c8e1f5')

build() {
ls
cd "jpype-$pkgver"

python setup.py build
2 changes: 1 addition & 1 deletion packages/python-mdutils/PKGBUILD
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@ arch=('any')
url='https://github.com/didix21/mdutils'
license=('MIT')
depends=('python')
makedepends=('python-setuptools')
makedepends=('git' 'python-setuptools')
source=("git+https://github.com/didix21/$_pkgname.git")
sha512sums=('SKIP')

5 changes: 3 additions & 2 deletions packages/python-pyhidra/PKGBUILD
Original file line number Diff line number Diff line change
@@ -10,8 +10,9 @@ arch=('any')
url='https://github.com/dod-cyber-crime-center/pyhidra'
license=('custom:LicenseRef-DC3-Pyhidra-Open-Source-License')
depends=('python' 'python-jpype1' 'java-environment>=17')
makedepends=('python-setuptools' 'python-build' 'python-installer' 'python-wheel')
source=($_pkgname-$pkgver.zip::"$url/archive/$pkgver.zip")
makedepends=('python-setuptools' 'python-build' 'python-installer'
'python-wheel')
source=($_pkgname-$pkgver.zip::"https://github.com/dod-cyber-crime-center/pyhidra/archive/$pkgver.zip")
sha512sums=('bf8f43436fec0eb340ca13ca415a9ed861dab3c50c54ca1a24c5e148c13883979164f02b58d5abbb56b112a99672d8ad25fe6a0ccf1ad4368a0334fa72aaa3d0')

build() {