summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: ebe8a5f113871481391d7e1294a5d5193d913133 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Maintainer: Roman Beslik <me@beroal.in.ua>

pkgname='mozart2'
pkgver='2.0.1'
pkgrel=1
pkgdesc='An open source implementation of Oz 3.'
arch=('x86_64')
url='https://mozart.github.io/'
license=('BSD')
depends=('tk' 'emacs')
source=(bin.rpm::https://github.com/mozart/mozart2/releases/download/v2.0.1/mozart2-2.0.1-x86_64-linux.rpm
	https://raw.githubusercontent.com/mozart/mozart2/master/LICENSE.txt
	)
sha512sums=('92eba2ca12ee8fab50de983fca551fb61c1970b229c6c2e4006e61c2fd569b05b1f645d220ab04c28f196c6ebb63ab51b34fcb1a9b23ca47ecbd3bdf88e67d6e'
            'c21dfa28faa03a703d853416126d2135330919036b33b40c790569bccb9a0fdbb3cd3acde0cd001a84333f7fe25a18d02be970612720d7726b01a26f0317a78b')
package() {
	cd "$srcdir"
	install -D -m644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
	cp -R usr "$pkgdir"
}