summaryrefslogtreecommitdiff
path: root/test/libremakepkg.d/PKGBUILD-netbuild
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2018-09-29 15:00:21 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2018-10-01 20:31:54 -0400
commitf2294c82afae36bbd5772a86c6689fd4c12c50f0 (patch)
tree76c4b79054cdc8d58430db4d932cb94ebe49e290 /test/libremakepkg.d/PKGBUILD-netbuild
parent872b692162a44307161aa98a3c5edaccc3c7b61a (diff)
(BATS) test: Move files around
But don't edit them yet. This directory structure is based on that of dbscripts.
Diffstat (limited to 'test/libremakepkg.d/PKGBUILD-netbuild')
-rw-r--r--test/libremakepkg.d/PKGBUILD-netbuild17
1 files changed, 0 insertions, 17 deletions
diff --git a/test/libremakepkg.d/PKGBUILD-netbuild b/test/libremakepkg.d/PKGBUILD-netbuild
deleted file mode 100644
index 4db1274..0000000
--- a/test/libremakepkg.d/PKGBUILD-netbuild
+++ /dev/null
@@ -1,17 +0,0 @@
-pkgname='libretools-netbuild'
-pkgver=1.0
-license=('GPL')
-url='https://parabola.nu'
-
-pkgrel=1
-arch=(any)
-
-build() {
- cd "$srcdir"
- curl https://repo.parabola.nu/ > index.html
-}
-
-package() {
- cd "$srcdir"
- install -Dm644 index.html "$pkgdir"/usr/share/$pkgname/index.html
-}