mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
add nona
This commit is contained in:
parent
4e08361002
commit
1a1df7b3c0
4 changed files with 45 additions and 0 deletions
28
nona/PKGBUILD
Normal file
28
nona/PKGBUILD
Normal file
|
@ -0,0 +1,28 @@
|
|||
# Maintainer: Malacology <guoyizhang at malacology dot com>
|
||||
# Contributor: Malacology <guoyizhang at malacology dot com>
|
||||
|
||||
pkgname=nona
|
||||
pkgver=2.0
|
||||
pkgrel=1
|
||||
pkgdesc="NONA: a bastard son of Pee-Wee. Phylogenetic Analysis Software"
|
||||
arch=('any')
|
||||
url="www.cladistics.com"
|
||||
license=('custom')
|
||||
depends=(
|
||||
'wine'
|
||||
'wine_gecko'
|
||||
'wine-mono'
|
||||
)
|
||||
source=("https://github.com/starsareintherose/nona/releases/download/v2.0/NONA.zip" "nona.desktop" "nona")
|
||||
sha256sums=('508f41744162a6e637b6844048e51e5e49c8d689ec4373d2442113d08abe4d52'
|
||||
'47d543686903d8226427472e4f0ebe1edfa6bec3a551787bf60013300a29aea3'
|
||||
'21a66189b3bf4f9eb475b7d7adbef903d867de0cc4a69008340fbba67cdc8405')
|
||||
|
||||
package() {
|
||||
|
||||
install -dm755 "$pkgdir"/usr/{bin,share/{applications,${pkgname}}}
|
||||
install -Dm755 ${srcdir}/nona.desktop ${pkgdir}/usr/share/applications/nona.desktop
|
||||
install -Dm755 ${srcdir}/nona ${pkgdir}/usr/bin/nona
|
||||
|
||||
mv ${srcdir}/* ${pkgdir}/usr/share/${pkgname}
|
||||
}
|
4
nona/lilac.yaml
Normal file
4
nona/lilac.yaml
Normal file
|
@ -0,0 +1,4 @@
|
|||
build_prefix: multilib
|
||||
maintainers:
|
||||
- github: starsareintherose
|
||||
email: starsareintherose@outlook.com
|
2
nona/nona
Normal file
2
nona/nona
Normal file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/bash
|
||||
wine /usr/share/nona/nona.exe
|
11
nona/nona.desktop
Normal file
11
nona/nona.desktop
Normal file
|
@ -0,0 +1,11 @@
|
|||
[Desktop Entry]
|
||||
Name=NONA
|
||||
MimeType=
|
||||
Exec=wine /usr/share/nona/nona.exe
|
||||
Type=Application
|
||||
Terminal=true
|
||||
Icon=terminal
|
||||
Comment=NONA
|
||||
X-KDE-StartupNotify=false
|
||||
Categories=System;
|
||||
X-GNOME-UsesNotifications=true
|
Loading…
Add table
Reference in a new issue