Skip to content

Commit

Permalink
Add a new 10 module for finance/electrum. This was converted from the…
Browse files Browse the repository at this point in the history
… 9 module sent in by Seth.
  • Loading branch information
Ken Moore committed Nov 13, 2013
1 parent 3ad3d3c commit 47c8828
Show file tree
Hide file tree
Showing 5 changed files with 63 additions and 0 deletions.
6 changes: 6 additions & 0 deletions modules10/finance/electrum/external-links
@@ -0,0 +1,6 @@
# Files to be Sym-Linked into the default LOCALBASE
# One per-line, relative to %%PBI_APPDIR%% and LOCALBASE
# Defaults to keeping any existing files in LOCALBASE
# Use action "binary" for binaries that need wrapper functionality

# TARGET LINK IN LOCALBASE ACTION
36 changes: 36 additions & 0 deletions modules10/finance/electrum/pbi.conf
@@ -0,0 +1,36 @@
#!/bin/sh
# PBI 10.x Build Configuration

# -- Program Base Information --
PBI_PROGNAME="Electrum"
PBI_PROGWEB=""
PBI_PROGAUTHOR="Electrum Team"
PBI_PROGICON="electrum.png"

# -- Program Repo Information (optional) --
PBI_LICENSE=""
PBI_TAGS="" #comma delimited (no spaces)
PBI_PROGTYPE="Graphical" #[Graphical/Text/Server]
PBI_ICONURL="http://images.pbidir.com/progicons/electrum.png"
PBI_CATEGORY="Finance"

# -- Port Information --
PBI_MAKEPORT="finance/electrum"
PBI_MKPORTBEFORE=""
PBI_MKPORTAFTER=""
PBI_MAKEOPTS="" #Disused for package/repo builds

# -- Require Root Permissions to Install PBI --
PBI_REQUIRESROOT="NO"

# -- Repo Configuration Options (optional) --
PBI_BUILDKEY="1"
PBI_PROGREVISION=""
PBI_AB_PRIORITY="00"
PBI_AB_NOTMPFS="NO"

# -- Export all the required variables --
export PBI_PROGNAME PBI_PROGWEB PBI_PROGAUTHOR PBI_PROGICON PBI_MAKEPORT PBI_MKPORTBEFORE PBI_MKPORTAFTER PBI_MAKEOPTS PBI_REQUIRESROOT
# -- Export all the optional variables --
export PBI_LICENSE PBI_TAGS PBI_PROGTYPE PBI_ICONURL PBI_CATEGORY PBI_BUILDKEY PBI_PROGREVISION PBI_AB_PRIORITY PBI_AB_NOTMPFS

Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions modules10/finance/electrum/xdg-desktop/electrum.desktop
@@ -0,0 +1,10 @@
#!/usr/bin/env
[Desktop Entry]
Value=1.0
Type=Application
Name=Electrum
GenericName=electrum
Exec=%%PBI_EXEDIR%%/electrum
Path=%%PBI_APPDIR%%
Icon=%%PBI_APPDIR%%/electrum.png
StartupNotify=true
11 changes: 11 additions & 0 deletions modules10/finance/electrum/xdg-menu/electrum.desktop
@@ -0,0 +1,11 @@
#!/usr/bin/env
[Desktop Entry]
Value=1.0
Type=Application
Name=Electrum
GenericName=electrum
Exec=%%PBI_EXEDIR%%/electrum
Path=%%PBI_APPDIR%%
Icon=%%PBI_APPDIR%%/electrum.png
StartupNotify=true
Categories=Office

0 comments on commit 47c8828

Please sign in to comment.