mirror of
https://github.com/archlinux/aur.git
synced 2026-03-05 23:02:18 +01:00
Added EERCASE
This commit is contained in:
commit
7613fbd09b
4 changed files with 55 additions and 0 deletions
18
.SRCINFO
Normal file
18
.SRCINFO
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
pkgbase = eercase
|
||||
pkgdesc = Enhanced Entity-Relationship (EER) modelling application
|
||||
pkgver = 20140702
|
||||
pkgrel = 1
|
||||
url = http://www.cin.ufpe.br/~eercase
|
||||
arch = x86_64
|
||||
license = unknown
|
||||
depends = java-environment>=7
|
||||
depends = glibc
|
||||
source = https://www.dropbox.com/s/4tql379hfammtve/eercase_linux_02072014.zip?dl=1
|
||||
source = eercase.desktop
|
||||
source = eercase.png
|
||||
md5sums = f1ea245a87152f244af735cd054d22d0
|
||||
md5sums = 982dbb5a3400c4a67caf22a2c43c8763
|
||||
md5sums = 2bb69e6ae6f1644f12783afb87124fcc
|
||||
|
||||
pkgname = eercase
|
||||
|
||||
30
PKGBUILD
Normal file
30
PKGBUILD
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
# Maintainer: Florian Dejonckheere <florian@floriandejonckheere.be>
|
||||
pkgname=eercase
|
||||
_year=2014
|
||||
_month=07
|
||||
_day=02
|
||||
# Reverse the filename's date for version continuity
|
||||
pkgver=${_year}${_month}${_day}
|
||||
pkgrel=1
|
||||
pkgdesc="Enhanced Entity-Relationship (EER) modelling application"
|
||||
arch=('x86_64')
|
||||
url="http://www.cin.ufpe.br/~eercase"
|
||||
license=('unknown')
|
||||
depends=('java-environment>=7' 'glibc')
|
||||
source=("https://www.dropbox.com/s/4tql379hfammtve/${pkgname}_linux_${_day}${_month}${_year}.zip?dl=1"
|
||||
"eercase.desktop"
|
||||
"eercase.png")
|
||||
md5sums=('f1ea245a87152f244af735cd054d22d0'
|
||||
'982dbb5a3400c4a67caf22a2c43c8763'
|
||||
'2bb69e6ae6f1644f12783afb87124fcc')
|
||||
|
||||
package(){
|
||||
cd "${srcdir}"
|
||||
install -Dm0644 "eercase.png" "${pkgdir}/usr/share/icons/eercase.png"
|
||||
install -Dm0644 "eercase.desktop" "${pkgdir}/usr/share/applications/eercase.desktop"
|
||||
|
||||
mkdir -p "${pkgdir}/usr/lib"
|
||||
mkdir -p "${pkgdir}/usr/bin"
|
||||
cp -r "${pkgname}"/ "${pkgdir}/usr/lib/"
|
||||
ln -s "/usr/lib/eercase/eercase" "${pkgdir}/usr/bin/eercase"
|
||||
}
|
||||
7
eercase.desktop
Normal file
7
eercase.desktop
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
[Desktop Entry]
|
||||
Type=Application
|
||||
Icon=/usr/share/icons/eercase.png
|
||||
Name=EERCASE
|
||||
Comment=Enhanced Entity-Relationship (EER) Computer Aided Software Engineering application
|
||||
Exec=/usr/bin/eercase
|
||||
Categories=Development;
|
||||
BIN
eercase.png
Normal file
BIN
eercase.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 26 KiB |
Loading…
Add table
Reference in a new issue