diff options
Diffstat (limited to 'test/toru.d/libre/simple/PKGBUILD')
-rw-r--r-- | test/toru.d/libre/simple/PKGBUILD | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/test/toru.d/libre/simple/PKGBUILD b/test/toru.d/libre/simple/PKGBUILD new file mode 100644 index 0000000..e2d44d1 --- /dev/null +++ b/test/toru.d/libre/simple/PKGBUILD @@ -0,0 +1,11 @@ +pkgname='simple' +pkgver=1.0 +license=('GPL') +url='https://parabola.nu' + +pkgrel=1 +arch=(any) + +package() { + : +} |