GIT.Harvie.CZ
/
mirrors
/
ArchLinux-Packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b3104e0
)
Splittest - Nice AUR Splitpkg hack
author
Harvie
<tomas@mudrunka.cz>
Mon, 1 Nov 2010 22:59:49 +0000
(23:59 +0100)
committer
Harvie
<tomas@mudrunka.cz>
Mon, 1 Nov 2010 22:59:49 +0000
(23:59 +0100)
splittest/PKGBUILD
[new file with mode: 0644]
patch
|
blob
diff --git a/splittest/PKGBUILD
b/splittest/PKGBUILD
new file mode 100644
(file)
index 0000000..
34933f2
--- /dev/null
+++ b/
splittest/PKGBUILD
@@ -0,0
+1,24
@@
+pkgbase="splittest"
+pkgname="splittest"
+true && pkgname=('splittest' 'splittest-foo')
+pkgver=1.7.0
+pkgrel=1
+arch=(i686 x86_64)
+pkgdesc="DO NOT INSTALL - This is sample split-package that can be accepted by AUR v$pkgver"
+url="https://bugs.archlinux.org/task/16394"
+license=(AUR-HACK)
+depends=()
+source=()
+md5sums=()
+
+build() {
+ true
+}
+
+package_splittest() {
+ true
+}
+
+package_splittest-foo() {
+ true
+}
This page took
0.208316 seconds
and
4
git commands to generate.