-
Notifications
You must be signed in to change notification settings - Fork 7
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
1 parent
c2ac6e1
commit 07e231b
Showing
13 changed files
with
153 additions
and
18 deletions.
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
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
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
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,12 @@ | ||
pkgbase = festival-cli-bin | ||
pkgdesc = Festival music player CLI | ||
pkgver = 0.0.0 | ||
pkgrel = 2 | ||
url = https://github.com/hinto-janai/festival | ||
arch = x86_64 | ||
license = custom | ||
source = https://github.com/hinto-janai/festival/releases/download/v0.0.0/festival-cli-v0.0.0-linux-x64.tar.gz | ||
validpgpkeys = 31C5145AAFA5A8DF1C1DB2A6D47CE05FA175A499 | ||
sha256sums = 6975dcfba3f62c8c39e3006735cbf2501f537c9840593fc96ef4013dd0f6b4da | ||
|
||
pkgname = festival-cli-bin |
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,16 @@ | ||
# Maintainer: hinto.janai <[email protected]> | ||
pkgname=festival-cli-bin | ||
pkgver=0.0.0 | ||
pkgrel=2 | ||
pkgdesc="Festival music player CLI" | ||
arch=('x86_64') | ||
url="https://github.com/hinto-janai/festival" | ||
license=('custom') | ||
source=("${url}/releases/download/v${pkgver}/festival-cli-v${pkgver}-linux-x64.tar.gz") | ||
sha256sums=('6975dcfba3f62c8c39e3006735cbf2501f537c9840593fc96ef4013dd0f6b4da') | ||
validpgpkeys=('31C5145AAFA5A8DF1C1DB2A6D47CE05FA175A499') | ||
|
||
package() { | ||
# Binary | ||
install -Dm755 "${srcdir}/festival-cli-v${pkgver}-linux-x64/festival-cli" "${pkgdir}/usr/bin/festival-cli" | ||
} |
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,12 @@ | ||
pkgbase = festival-gui-bin | ||
pkgdesc = Festival music player GUI | ||
pkgver = 0.0.0 | ||
pkgrel = 4 | ||
url = https://github.com/hinto-janai/festival | ||
arch = x86_64 | ||
license = custom | ||
source = https://github.com/hinto-janai/festival/releases/download/v0.0.0/festival-gui-v0.0.0-linux-x64.tar.gz | ||
validpgpkeys = 31C5145AAFA5A8DF1C1DB2A6D47CE05FA175A499 | ||
sha256sums = ba36dbf1e2fb3a1e8f8c31cce73a0b41efe3021020250de4f66348050176f450 | ||
|
||
pkgname = festival-gui-bin |
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,22 @@ | ||
# Maintainer: hinto.janai <[email protected]> | ||
pkgname=festival-gui-bin | ||
pkgver=0.0.0 | ||
pkgrel=4 | ||
pkgdesc="Festival music player GUI" | ||
arch=('x86_64') | ||
url="https://github.com/hinto-janai/festival" | ||
license=('custom') | ||
source=("${url}/releases/download/v${pkgver}/festival-gui-v${pkgver}-linux-x64.tar.gz") | ||
sha256sums=('ba36dbf1e2fb3a1e8f8c31cce73a0b41efe3021020250de4f66348050176f450') | ||
validpgpkeys=('31C5145AAFA5A8DF1C1DB2A6D47CE05FA175A499') | ||
|
||
package() { | ||
# Binary | ||
install -Dm755 "${srcdir}/festival-gui-v${pkgver}-linux-x64/festival-gui" "${pkgdir}/usr/bin/festival" | ||
|
||
# Icon | ||
install -Dm644 "${srcdir}/festival-gui-v${pkgver}-linux-x64/festival.png" "${pkgdir}/usr/share/pixmaps/festival.png" | ||
|
||
# `.desktop` file. | ||
install -Dm644 "${srcdir}/festival-gui-v${pkgver}-linux-x64/festival.desktop" "${pkgdir}/usr/share/applications/festival.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,12 @@ | ||
pkgbase = festival-web-bin | ||
pkgdesc = Festival music player (Web) | ||
pkgver = 0.0.0 | ||
pkgrel = 2 | ||
url = https://github.com/hinto-janai/festival | ||
arch = x86_64 | ||
license = custom | ||
source = https://github.com/hinto-janai/festival/releases/download/v0.0.0/festival-web-v0.0.0-linux-x64.tar.gz | ||
validpgpkeys = 31C5145AAFA5A8DF1C1DB2A6D47CE05FA175A499 | ||
sha256sums = 882a81121f9ebbf4edb7663fa3814c7e37fe73cc504f554832312aab98d363c4 | ||
|
||
pkgname = festival-web-bin |
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,16 @@ | ||
# Maintainer: hinto.janai <[email protected]> | ||
pkgname=festival-web-bin | ||
pkgver=0.0.0 | ||
pkgrel=2 | ||
pkgdesc="Festival music player (Web)" | ||
arch=('x86_64') | ||
url="https://github.com/hinto-janai/festival" | ||
license=('custom') | ||
source=("${url}/releases/download/v${pkgver}/festival-web-v${pkgver}-linux-x64.tar.gz") | ||
sha256sums=('882a81121f9ebbf4edb7663fa3814c7e37fe73cc504f554832312aab98d363c4') | ||
validpgpkeys=('31C5145AAFA5A8DF1C1DB2A6D47CE05FA175A499') | ||
|
||
package() { | ||
# Binary | ||
install -Dm755 "${srcdir}/festival-web-v${pkgver}-linux-x64/festival-web" "${pkgdir}/usr/bin/festival-web" | ||
} |
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,12 @@ | ||
pkgbase = festivald-bin | ||
pkgdesc = Festival music player daemon | ||
pkgver = 0.0.0 | ||
pkgrel = 2 | ||
url = https://github.com/hinto-janai/festival | ||
arch = x86_64 | ||
license = custom | ||
source = https://github.com/hinto-janai/festival/releases/download/v0.0.0/festivald-v0.0.0-linux-x64.tar.gz | ||
validpgpkeys = 31C5145AAFA5A8DF1C1DB2A6D47CE05FA175A499 | ||
sha256sums = 458cc24d9f9161948274bfe93eb002d66891310d69d4bebd1716960ea4485aab | ||
|
||
pkgname = festivald-bin |
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,16 @@ | ||
# Maintainer: hinto.janai <[email protected]> | ||
pkgname=festivald-bin | ||
pkgver=0.0.0 | ||
pkgrel=2 | ||
pkgdesc="Festival music player daemon" | ||
arch=('x86_64') | ||
url="https://github.com/hinto-janai/festival" | ||
license=('custom') | ||
source=("${url}/releases/download/v${pkgver}/festivald-v${pkgver}-linux-x64.tar.gz") | ||
sha256sums=('458cc24d9f9161948274bfe93eb002d66891310d69d4bebd1716960ea4485aab') | ||
validpgpkeys=('31C5145AAFA5A8DF1C1DB2A6D47CE05FA175A499') | ||
|
||
package() { | ||
# Binary | ||
install -Dm755 "${srcdir}/festivald-v${pkgver}-linux-x64/festivald" "${pkgdir}/usr/bin/festivald" | ||
} |
File renamed without changes.
File renamed without changes.