summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: a8105e4f55e08cba755b5839adcbb27033ff6d5d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Maintainer: Firas Zaidan <firas@zaidan.de>
# Contributor: Matthew Longley <randomticktock@gmail.com>

pkgname='squeak-sources-41'
pkgver='41'
pkgrel='1'
pkgdesc='Source code file required by Squeak to view function names, source code, etc. within the VM.'
arch=('any')
url='http://www.squeak.org'
license=('Apache')
depends=('squeak-vm')
source=("http://ftp.squeak.org/sources_files/SqueakV$pkgver.sources.gz")
sha512sums=('f2ec7320ddb73b2da8d8bbde190f44d502aec6b26f9a219960118d23410a3ee0f8dd708d65e36098b48ee56a58f41a270ed5ebaafe688b896b719d61e1161b24')

package() {
    mkdir -p "$pkgdir/usr/lib/squeak"
    install -m644 "$srcdir/SqueakV$pkgver.sources" "$pkgdir/usr/lib/squeak/SqueakV$pkgver.sources"
}