initial committ
This commit is contained in:
commit
f6b30130bf
9
package1/.SRCINFO
Normal file
9
package1/.SRCINFO
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
pkgbase = package1
|
||||||
|
pkgdesc = Local package for testing purposes
|
||||||
|
pkgver = 20230814
|
||||||
|
pkgrel = 1
|
||||||
|
url = https://example.com
|
||||||
|
arch = any
|
||||||
|
license = GPL
|
||||||
|
|
||||||
|
pkgname = package1
|
9
package1/PKGBUILD
Normal file
9
package1/PKGBUILD
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
pkgname=package1
|
||||||
|
pkgver=20230814
|
||||||
|
pkgrel=1
|
||||||
|
pkgdesc="Local package for testing purposes"
|
||||||
|
arch=('any')
|
||||||
|
url="https://example.com"
|
||||||
|
license=('GPL')
|
||||||
|
source=()
|
||||||
|
sha256sums=()
|
10
package2/.SRCINFO
Normal file
10
package2/.SRCINFO
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
pkgbase = package2
|
||||||
|
pkgdesc = Local package for testing purposes
|
||||||
|
pkgver = 20230814
|
||||||
|
pkgrel = 1
|
||||||
|
url = https://example.com
|
||||||
|
arch = any
|
||||||
|
license = GPL
|
||||||
|
depends = package1
|
||||||
|
|
||||||
|
pkgname = package2
|
10
package2/PKGBUILD
Normal file
10
package2/PKGBUILD
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
pkgname=package2
|
||||||
|
pkgver=20230814
|
||||||
|
pkgrel=1
|
||||||
|
pkgdesc="Local package for testing purposes"
|
||||||
|
arch=('any')
|
||||||
|
url="https://example.com"
|
||||||
|
license=('GPL')
|
||||||
|
source=()
|
||||||
|
depends=('package1')
|
||||||
|
sha256sums=()
|
Loading…
Reference in New Issue
Block a user