Project

General

Profile

Packaging Request #2303

[pcr] Add wxhexeditor from aur to pcr

dario - almost 5 years ago - . Updated almost 5 years ago.

Status:
open
Priority:
wish
Assignee:
-
% Done:

0%


Description

wxHexEditor is simply the best free and open source hex editor for any platform. Its features can hardly be found in any other similar tool, the most important being the possibility of editing HUGE files with no slowdown. While other hex editors will run out of RAM when opening files weighing in at several gigabytes, wxHexEditor will just work as if you are editing a small file. The only other tool sporting more or less the same features is the freeware HxD which is non-free and only available on Windows. I would REALLY love to see it added in [pcr]. The PKGBUILD should be modified according to the following to build it with GTK3 instead of GTK2:

# Maintainer: Steven Honeyman <stevenhoneyman at gmail com>

pkgname=wxhexeditor
pkgver=0.24
pkgrel=1
pkgdesc="A free hex editor / disk editor for Linux, Windows and MacOSX" 
arch=('i686' 'x86_64')
url="http://www.wxhexeditor.org" 
license=('GPL2')
depends=('wxgtk3')
source=("https://github.com/EUA/wxHexEditor/archive/v$pkgver.tar.gz")
md5sums=('1b77bddc026e22797fd0e7a82e52cd28')

build() {
    cd "$srcdir/wxHexEditor-$pkgver" 
    make WXCONFIG="/usr/bin/wx-config-gtk3" 
}

package() {
    cd "$srcdir/wxHexEditor-$pkgver" 
    make WXCONFIG="/usr/bin/wx-config-gtk3" DESTDIR="$pkgdir" PREFIX="/usr" install
}

History

#1

Updated by freemor almost 5 years ago

  • Priority changed from bug to wish

Also available in: Atom PDF