Autogenerated commit at 2023-11-29 11:08:45.944892

This commit is contained in:
ahriman 2023-11-29 11:08:45 +00:00
parent 469edde573
commit 0725643fa8
2 changed files with 18 additions and 0 deletions

9
package1/.SRCINFO Normal file
View 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
View 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=()