-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 | ||
|
||
PortSystem 1.0 | ||
PortGroup java 1.0 | ||
|
||
name BinEd | ||
version 0.2.4 | ||
categories editors devel | ||
maintainers openmaintainer | ||
license Apache-2 | ||
description Free and open source hex viewer/editor written in Java | ||
long_description {*}${description} | ||
homepage https://bined.exbin.org/editor/ | ||
|
||
supported_archs noarch | ||
use_dmg yes | ||
distname bined-${version}.files | ||
master_sites https://bined.exbin.org/download/ | ||
checksums rmd160 517b96a0138c8fe34948ce1815433d47f51f3769 \ | ||
sha256 de358d1944cff74134bc82df91ae4d0da64b6460c568acb7b4a628a03581be45 \ | ||
size 7361243 | ||
|
||
universal_variant yes | ||
java.version 8+ | ||
java.fallback openjdk21 | ||
|
||
use_configure no | ||
build {} | ||
|
||
destroot { | ||
move ${worksrcpath}/${name}.app ${destroot}${applications_dir} | ||
} |