summaryrefslogtreecommitdiff
path: root/test/fixtures/libremakepkg/PKGBUILD-rwstartdir
blob: feadfa0b69b857ec4d921be78ce6567f021bd8b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
pkgname='libretools-rwstartdir'
pkgver=1.0
license=('GPL')
url='https://parabola.nu'

pkgrel=1
arch=(any)

build() {
	echo foo >"$startdir/file"
}

package() {
	install -Dm644 "$startdir/file" "$pkgdir/etc/file"
}