summaryrefslogtreecommitdiff
path: root/extra/legacy/test/packages/pkg-any-a/PKGBUILD
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2015-08-26 03:40:56 -0300
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2015-08-26 03:40:56 -0300
commit50d2db5c271537d78ea0037fe285d081df38fa02 (patch)
treebcb8911f516a5561b3ec37cb0a010e603a494586 /extra/legacy/test/packages/pkg-any-a/PKGBUILD
parent8eafe04ec5eaf917d9e2d58993604c454f1a26d1 (diff)
add copy from the master repo
Diffstat (limited to 'extra/legacy/test/packages/pkg-any-a/PKGBUILD')
-rw-r--r--extra/legacy/test/packages/pkg-any-a/PKGBUILD12
1 files changed, 12 insertions, 0 deletions
diff --git a/extra/legacy/test/packages/pkg-any-a/PKGBUILD b/extra/legacy/test/packages/pkg-any-a/PKGBUILD
new file mode 100644
index 0000000..8749a35
--- /dev/null
+++ b/extra/legacy/test/packages/pkg-any-a/PKGBUILD
@@ -0,0 +1,12 @@
+pkgname=pkg-any-a
+pkgver=1
+pkgrel=1
+pkgdesc="A package called ${pkgname}"
+arch=('any')
+url='http://www.archlinux.org/'
+license=('GPL')
+
+package() {
+ install -d -m755 ${pkgdir}/usr/share/${pkgname}
+ echo 'test' > ${pkgdir}/usr/share/${pkgname}/test
+}