arch-pkgbuilder/models/custom/files/PKGBUILD

20 lines
320 B
Bash
Raw Permalink Normal View History

2023-01-13 22:04:14 +00:00
# Maintainer: me <me at the google email domain which is .com>
pkgname=pkgname
pkgver=0.0.0
pkgrel=0
pkgdesc="Desc"
arch=('any')
url='url'
license=('GPL3')
#depends=()
#makedepends=()
#optdepends=()
2024-03-28 01:25:02 +00:00
#source=("${pkgname}-${pkgrel}.tar.gz::git+https://url.git")
2023-01-13 22:04:14 +00:00
#md5sums=('SKIP')
#backup=()
package() {
cd ${pkgname}
}