forked from chcandido/brModelo
-
Notifications
You must be signed in to change notification settings - Fork 0
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
7 changed files
with
32 additions
and
1 deletion.
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,2 @@ | ||
*.deb | ||
*.jar |
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,5 @@ | ||
#!/bin/bash | ||
|
||
mkdir -p ./deb_package/usr/share/brmodelo/ | ||
cp ../dist/brModelo.jar ./deb_package/usr/share/brmodelo/ | ||
dpkg-deb -b deb_package . |
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,11 @@ | ||
Package: brmodelo | ||
Version: 3.2.0 | ||
Installed-Size: 1238 | ||
Maintainer: ailtonbsj <[email protected]> | ||
Section: devel | ||
Architecture: all | ||
Priority: optional | ||
Depends: default-jre | ||
Homepage: https://github.com/ailtonbsj/brModelo | ||
Description: A tool for database modelling. | ||
This tool is used for learning in database modelling based on book Carlos A Heuser. |
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,3 @@ | ||
#!/bin/bash | ||
|
||
java -jar /usr/share/brmodelo/brModelo.jar |
10 changes: 10 additions & 0 deletions
10
compile_deb_package/deb_package/usr/share/applications/brmodelo.desktop
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,10 @@ | ||
[Desktop Entry] | ||
Categories=Development; | ||
Comment=brModelo | ||
Encoding=UTF-8 | ||
Exec=/usr/bin/brmodelo | ||
Icon=brmodelo | ||
Name=brModelo | ||
StartupNotify=true | ||
Terminal=false | ||
Type=Application |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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