summaryrefslogtreecommitdiff
path: root/test/toru.d/libre/split-base/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'test/toru.d/libre/split-base/PKGBUILD')
-rw-r--r--test/toru.d/libre/split-base/PKGBUILD20
1 files changed, 20 insertions, 0 deletions
diff --git a/test/toru.d/libre/split-base/PKGBUILD b/test/toru.d/libre/split-base/PKGBUILD
new file mode 100644
index 0000000..ce547c5
--- /dev/null
+++ b/test/toru.d/libre/split-base/PKGBUILD
@@ -0,0 +1,20 @@
+pkgbase=split-base
+pkgname=(FOO BAR BAZ)
+pkgver=1.0
+license=('GPL')
+url='https://parabola.nu'
+
+pkgrel=1
+arch=(any)
+
+package_FOO() {
+ :
+}
+
+package_BAR() {
+ :
+}
+
+package_BAZ() {
+ :
+}