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"
}
