From 5fa35496ac3bf11de730423d642e45fc411e9b4b Mon Sep 17 00:00:00 2001 From: Lorenzo Castelli Date: Fri, 3 May 2019 13:25:52 -0700 Subject: Removes PKGBUILD, which is going to be moved to the AUR. --- PKGBUILD | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 PKGBUILD diff --git a/PKGBUILD b/PKGBUILD deleted file mode 100644 index d1d808d..0000000 --- a/PKGBUILD +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 2018 Google Inc. All Rights Reserved. -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -# Maintainer: Lorenzo Castelli -# Maintainer: Samuel Littley - -pkgname='build-arch-gce' -pkgver=0.1 -pkgrel=1 -pkgdesc='Builds a Arch image for Google Compute Engine' -arch=('any') -url='' -license=('Apache') -depends=('arch-install-scripts' 'e2fsprogs') -source=('build-arch-gce') -sha256sums=('7630868a98e3713bdf12fcfecd8733796b113296336c99e5827cb7b97e191a37') - -package() { - install -m755 -Dt "$pkgdir/usr/bin/" build-arch-gce -} -- cgit v1.3