summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 836fb4e6f37b98c577887e9da3e3dea57e8d1d58 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Maintainer: 0x715C <https://www.t.me/hex715C>

pkgname=alda-bin
_pkgname=alda
pkgver=1.2.0
pkgrel=1
pkgdesc='A music programming language for musicians. 🎶'
arch=('x86_64')
url='https://github.com/alda-lang/alda'
license=('EPL')
provides=('alda')
conflicts=('alda')
options=('!strip')
source=("https://github.com/$_pkgname-lang/$_pkgname/releases/download/$pkgver/$_pkgname")
sha256sums=('9c24d2c5791674cac3bd8b40ff67b17a132713a5d1c32d5e3e944a988e24f142')
noextract=('alda')

package() {
  cd "$srcdir"
  install -Dm755 alda \
    "${pkgdir}/usr/bin/${_pkgname}"
}