summaryrefslogtreecommitdiff
path: root/test/librefetch.d/PKGBUILD-srcbuild
diff options
context:
space:
mode:
Diffstat (limited to 'test/librefetch.d/PKGBUILD-srcbuild')
-rw-r--r--test/librefetch.d/PKGBUILD-srcbuild10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/librefetch.d/PKGBUILD-srcbuild b/test/librefetch.d/PKGBUILD-srcbuild
new file mode 100644
index 0000000..40c5c79
--- /dev/null
+++ b/test/librefetch.d/PKGBUILD-srcbuild
@@ -0,0 +1,10 @@
+pkgname=testpkg
+pkgver=1.0
+pkgrel=1
+pkgdesc=foo
+arch=(any)
+source=("libre://$pkgname-$pkgver.tar.gz"{,.sig})
+
+package() {
+ :;
+}