From 11688ffd4f9fa20aa8f01e1e50d9a979c6c92768 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Thu, 4 May 2017 13:47:38 -0400 Subject: bugfix [1/2]: toru-path: Add a test for basic operation of toru-path --- test/toru.d/libre/split/PKGBUILD | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 test/toru.d/libre/split/PKGBUILD (limited to 'test/toru.d/libre/split/PKGBUILD') 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() { + : +} -- cgit v1.2.3-54-g00ecf