summaryrefslogtreecommitdiff
path: root/test/toru.d/libre/split/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'test/toru.d/libre/split/PKGBUILD')
-rw-r--r--test/toru.d/libre/split/PKGBUILD19
1 files changed, 19 insertions, 0 deletions
diff --git a/test/toru.d/libre/split/PKGBUILD b/test/toru.d/libre/split/PKGBUILD
new file mode 100644
index 0000000..fe25a94
--- /dev/null
+++ b/test/toru.d/libre/split/PKGBUILD
@@ -0,0 +1,19 @@
+pkgname=(foo bar baz)
+pkgver=1.0
+license=('GPL')
+url='https://parabola.nu'
+
+pkgrel=1
+arch=(any)
+
+package_foo() {
+ :
+}
+
+package_bar() {
+ :
+}
+
+package_baz() {
+ :
+}