Created
April 1, 2022 15:01
-
-
Save ABelliqueux/c3db4c82b70f8c80deaea9dd026970fa to your computer and use it in GitHub Desktop.
AUR-quickbms-11.0-PKGBUILD
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Maintainer: Luca Weiss <luca (at) z3ntu (dot) xyz> | |
pkgname=quickbms | |
pkgver=0.11.0 | |
pkgrel=1 | |
pkgdesc="Files extractor and reimporter, archives and file formats parser, advanced tool for reversers and power users and much more." | |
url="http://aluigi.altervista.org/quickbms.htm" | |
arch=('x86_64' 'i686') | |
license=('GPL2') | |
depends_i686=('lzo' 'bzip2' 'zlib' 'openssl') | |
depends_x86_64=('lib32-lzo' 'lib32-bzip2' 'lib32-zlib' 'lib32-openssl' 'lib32-gcc-libs') | |
makedepends_x86_64=('gcc-multilib') | |
source=("http://aluigi.zenhax.com/papers/quickbms-src-$pkgver.zip") | |
sha512sums=('edc50882650449b64afa5900f861766ce1c3d6a11eceffdc52f3cae0158df7d13ff33af0c9ced21fda01f575930b331bf003c314c7c37b4786ca93cbacb851df') | |
build() { | |
cd src | |
make | |
} | |
package() { | |
cd src | |
make PREFIX="$pkgdir"/usr install | |
} | |
# vim:set ts=2 sw=2 et: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment