mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
add beast1
This commit is contained in:
parent
1b337bcd39
commit
cf6d7947a8
8 changed files with 101 additions and 0 deletions
18
beast/beast_beast.desktop
Executable file
18
beast/beast_beast.desktop
Executable file
|
@ -0,0 +1,18 @@
|
|||
[Desktop Entry]
|
||||
Categories=
|
||||
Encoding=UTF-8
|
||||
Exec=/usr/share/beast/bin/beast
|
||||
GenericName=
|
||||
GenericName[zh]=
|
||||
Icon=/usr/share/beast/images/beast.png
|
||||
MimeType=
|
||||
Name=beast
|
||||
Name[zh]=beast
|
||||
ServiceTypes=
|
||||
SwallowExec=
|
||||
SwallowTitle=
|
||||
Terminal=false
|
||||
TerminalOptions=
|
||||
Type=Application
|
||||
X-KDE-SubstituteUID=false
|
||||
X-KDE-Username=root
|
16
beast/beauti_beast.desktop
Executable file
16
beast/beauti_beast.desktop
Executable file
|
@ -0,0 +1,16 @@
|
|||
[Desktop Entry]
|
||||
Categories=
|
||||
Encoding=UTF-8
|
||||
Exec=/usr/share/beast/bin/beauti
|
||||
Icon=/usr/share/beast/images/beauti.png
|
||||
MimeType=
|
||||
Name=beauti
|
||||
ServiceTypes=
|
||||
SwallowExec=
|
||||
SwallowTitle=
|
||||
Terminal=false
|
||||
TerminalOptions=
|
||||
Type=Application
|
||||
X-KDE-SubstituteUID=false
|
||||
X-KDE-Username=root
|
||||
X-GNOME-UsesNotifications=true
|
10
beast/lilac.py
Normal file
10
beast/lilac.py
Normal file
|
@ -0,0 +1,10 @@
|
|||
#!/usr/bin/env python3
|
||||
|
||||
from lilaclib import *
|
||||
|
||||
def pre_build():
|
||||
update_pkgver_and_pkgrel(_G.newver.lstrip('v'))
|
||||
|
||||
def post_build():
|
||||
git_add_files('PKGBUILD')
|
||||
git_commit()
|
8
beast/lilac.yaml
Normal file
8
beast/lilac.yaml
Normal file
|
@ -0,0 +1,8 @@
|
|||
build_prefix: extra-x86_64
|
||||
maintainers:
|
||||
- github: starsareintherose
|
||||
email: starsareintherose@outlook.com
|
||||
update_on:
|
||||
- source: github
|
||||
github: beast-dev/beast-mcmc
|
||||
use_latest_release: true
|
16
beast/logcombiner_beast.desktop
Executable file
16
beast/logcombiner_beast.desktop
Executable file
|
@ -0,0 +1,16 @@
|
|||
[Desktop Entry]
|
||||
Categories=
|
||||
Encoding=UTF-8
|
||||
Exec=/usr/share/beast/bin/logcombiner
|
||||
Icon=/usr/share/beast/images/utility.png
|
||||
MimeType=
|
||||
Name=logcombiner
|
||||
Name[zh]=logcombiner
|
||||
ServiceTypes=
|
||||
SwallowExec=
|
||||
SwallowTitle=
|
||||
Terminal=false
|
||||
TerminalOptions=
|
||||
Type=Application
|
||||
X-KDE-SubstituteUID=false
|
||||
X-KDE-Username=root
|
17
beast/treeannotator_beast.desktop
Executable file
17
beast/treeannotator_beast.desktop
Executable file
|
@ -0,0 +1,17 @@
|
|||
[Desktop Entry]
|
||||
Categories=
|
||||
Encoding=UTF-8
|
||||
Exec=/usr/share/beast/bin/treeannotator
|
||||
GenericName=
|
||||
GenericName[zh]=
|
||||
Icon=/usr/share/beast/images/utility.png
|
||||
MimeType=
|
||||
Name=treeannotator
|
||||
ServiceTypes=
|
||||
SwallowExec=
|
||||
SwallowTitle=
|
||||
Terminal=false
|
||||
TerminalOptions=
|
||||
Type=Application
|
||||
X-KDE-SubstituteUID=false
|
||||
X-KDE-Username=root
|
BIN
beast/treestat.png
Normal file
BIN
beast/treestat.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 17 KiB |
16
beast/treestat_beast.desktop
Executable file
16
beast/treestat_beast.desktop
Executable file
|
@ -0,0 +1,16 @@
|
|||
[Desktop Entry]
|
||||
Categories=
|
||||
Encoding=UTF-8
|
||||
Exec=/usr/share/beast/bin/treestat
|
||||
Icon=/usr/share/beast/images/treestat.png
|
||||
MimeType=
|
||||
Name=treestat
|
||||
Name[zh]=treestat
|
||||
ServiceTypes=
|
||||
SwallowExec=
|
||||
SwallowTitle=
|
||||
Terminal=false
|
||||
TerminalOptions=
|
||||
Type=Application
|
||||
X-KDE-SubstituteUID=false
|
||||
X-KDE-Username=root
|
Loading…
Add table
Reference in a new issue