arch-pkgbuilder/models/custom/files/PKGBUILD
2024-03-28 02:25:02 +01:00

20 lines
320 B
Bash

# 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=()
#source=("${pkgname}-${pkgrel}.tar.gz::git+https://url.git")
#md5sums=('SKIP')
#backup=()
package() {
cd ${pkgname}
}