summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 55bdacc4e89d50f635c2f280f852c2070462b939 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# Copyright 2018 Google Inc. All Rights Reserved.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, version 3 of the License.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program.  If not, see <https://www.gnu.org/licenses/>.

# Maintainer: Lorenzo Castelli <lcastelli@gmail.com>
# Maintainer: Samuel Littley <samuellittley@google.com>

pkgname='growpartfs'
pkgver=1.00
pkgrel=1
pkgdesc='Extends a partition to fill available space'
arch=('any')
license=('GPL3')
source=('growpartfs'
        'growpartfs@.service')
depends=('cloud-utils')
replaces=('growpart')
sha256sums=('01576833fe3034c38f57b57b498f24ffe06263f6bcec25f79e57481aa854ac9b'
            'abb9633ea0a2bef1ae7c91b15267c1d901d63bb1d2f3caab76ecacc47a4b9c10')

package() {
	install -m755 -Dt "$pkgdir/usr/bin/" growpartfs
	install -m644 -Dt "$pkgdir/usr/lib/systemd/system/" growpartfs@.service
}