neated indentation and spacing
This commit is contained in:
parent
92b56714b3
commit
23555edb34
17
PKGBUILD
17
PKGBUILD
@ -10,18 +10,11 @@ arch=("any")
|
|||||||
license=("MIT")
|
license=("MIT")
|
||||||
depends=("bash" "pacman")
|
depends=("bash" "pacman")
|
||||||
conflicts=("pman") # Another package called `pman` currently exists in the AUR
|
conflicts=("pman") # Another package called `pman` currently exists in the AUR
|
||||||
source=(
|
source=("https://git.bjphoster.com/source/${_pkgname}/archive/${pkgver}.tar.gz")
|
||||||
"https://git.bjphoster.com/source/${_pkgname}/archive/${pkgver}.tar.gz"
|
sha1sums=("af045144e207157c2e615cedf615e68a07c1af85")
|
||||||
)
|
sha256sums=("9ac3b495130d8d296e8cda1c9fdf7a908679c722ab746cdc8ff2e85606dac88a")
|
||||||
sha1sums=(
|
md5sums=("33cd29b90bcf74946489e39271cbeb99")
|
||||||
"af045144e207157c2e615cedf615e68a07c1af85"
|
|
||||||
)
|
|
||||||
sha256sums=(
|
|
||||||
"9ac3b495130d8d296e8cda1c9fdf7a908679c722ab746cdc8ff2e85606dac88a"
|
|
||||||
)
|
|
||||||
md5sums=(
|
|
||||||
"33cd29b90bcf74946489e39271cbeb99"
|
|
||||||
)
|
|
||||||
package() {
|
package() {
|
||||||
mkdir -p "${pkgdir}/usr/share/licenses/${pkgname}"
|
mkdir -p "${pkgdir}/usr/share/licenses/${pkgname}"
|
||||||
mkdir -p "${pkgdir}/usr/bin"
|
mkdir -p "${pkgdir}/usr/bin"
|
||||||
|
Loading…
Reference in New Issue
Block a user