summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 2413111945bf726a1d8ea0abe2be66f20d44faff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Maintainer: Interaccoonale <xzzzf.dsx@gmail.com>
pkgname=flutter-dummy
pkgver=3.19.2
pkgrel=1
pkgdesc='An empty package for users who have flutter SDK installed in their home dir, to satisfy the build dependencies of flutter applications.'
arch=('x86_64')
url="https://flutter.dev"
license=('MIT')
provides=("flutter")
depends=()
makedepends=()
source=()
sha256sums=()

package() {
    echo "This is an empty package for users who have flutter SDK installed in their home dir, to satisfy the build dependencies of flutter applications on AUR. Make sure you have flutter installed manually, and have added it to your PATH."
}