summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormalacology2021-05-06 15:17:48 +0800
committermalacology2021-05-06 15:17:48 +0800
commitbb7d20727eb9d134120f5a28180387ebe2f8ccd9 (patch)
treef303af277e66efcf6e0a1756d77798a9874818d9 /PKGBUILD
parent0b921b2b8826a60130875b342991bd52262df5f4 (diff)
downloadaur-bb7d20727eb9d134120f5a28180387ebe2f8ccd9.tar.gz
add desktop file
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c2e55dddb083..191ed3e2d1dc 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,8 +8,9 @@ pkgdesc="Phylogenetic Model Averaging, more models, new heuristics and high-perf
arch=('x86_64')
url="https://github.com/ddarriba/jmodeltest2"
license=('GPL-3.0 License')
-source=("https://github.com/ddarriba/jmodeltest2/files/157117/jmodeltest-2.1.10.tar.gz")
-sha256sums=('9039f1a00e730b38e607126703606f8c2ff8309dd82955ce52ccc1ae2889d06d')
+source=("https://github.com/ddarriba/jmodeltest2/files/157117/jmodeltest-2.1.10.tar.gz" "jmodeltest.desktop")
+sha256sums=('9039f1a00e730b38e607126703606f8c2ff8309dd82955ce52ccc1ae2889d06d'
+ 'b35c9b5041ca7b9e0e96f29a958da356b9e5149d8ee581ff7c5c83adbcd6706f')
depends=(
'jre-openjdk-headless'
'jre-openjdk'
@@ -62,5 +63,5 @@ package() {
install -m 755 ${srcdir}/jmodeltest-${pkgver}/resources/template/resources/style.css ${pkgdir}/usr/share/jmodeltest/resources/template/resources/style.css
install -m 755 ${srcdir}/jmodeltest-${pkgver}/resources/template/resources/topIcon.gif ${pkgdir}/usr/share/jmodeltest/resources/template/resources/topIcon.gif
- cp ~/.cache/yay/jmodeltest/jmodeltest.desktop ${pkgdir}/usr/share/applications
+ install -m 755 ${srcdir}/jmodeltest.desktop ${pkgdir}/usr/share/applications/jmodeltest.desktop
}