summaryrefslogtreecommitdiff
path: root/test/libremakepkg.d/PKGBUILD-netpackage
diff options
context:
space:
mode:
Diffstat (limited to 'test/libremakepkg.d/PKGBUILD-netpackage')
-rw-r--r--test/libremakepkg.d/PKGBUILD-netpackage12
1 files changed, 12 insertions, 0 deletions
diff --git a/test/libremakepkg.d/PKGBUILD-netpackage b/test/libremakepkg.d/PKGBUILD-netpackage
new file mode 100644
index 0000000..cbefe8f
--- /dev/null
+++ b/test/libremakepkg.d/PKGBUILD-netpackage
@@ -0,0 +1,12 @@
+pkgname='libretools-netpackage'
+pkgver=1.0
+license=('GPL')
+url='https://parabolagnulinux.org'
+
+pkgrel=1
+arch=(any)
+
+package() {
+ install -d "$pkgdir"/usr/share/$pkgname
+ curl https://repo.parabolagnulinux.org/ > "$pkgdir"/usr/share/$pkgname/index.html
+}