summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 07f1a8f33c1dcd5c7ea408649dd910739eaa8e62 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Maintainer: Philip Goto <philip.goto@gmail.com>
pkgname=flutter
pkgver=alpha
pkgrel=1
pkgdesc="Flutter is a new mobile app SDK to help developers and designers build modern mobile apps for iOS and Android."
arch=('any')
url="https://flutter.io/"
license=('https://github.com/flutter/flutter/blob/master/LICENSE')
provides=('flutter')
source=("flutter")
sha256sums=('SKIP')

package() {
    install -dm 755 "${pkgdir}/usr/bin"
    install -m 755 "flutter" "${pkgdir}/usr/bin"
}