add build and cleanup scripts

This commit is contained in:
Cabooshyy
2021-11-28 23:13:17 +00:00
parent ed3fc3b75b
commit f2deeca082
3 changed files with 6 additions and 6 deletions

View File

@@ -2,8 +2,8 @@
# Other VCS sources are not natively supported by makepkg yet.
# Maintainer: Cameron Miller <cameron@codecameron.dev>
pkgname=dmenu-cbsh-git
pkgver=5.0.r11.17a8dcc
pkgname=dmenu-cbsh
pkgver=5.0.r6.ed3fc3b
pkgrel=1
pkgdesc="A Custom build of dmenu patched for centering, borders, custom line height and more colours"
arch=(x86_64)
@@ -12,12 +12,12 @@ license=('MIT')
groups=()
depends=()
makedepends=('git')
provides=("dmenu")
conflicts=("dmenu")
provides=(dmenu)
conflicts=(dmenu dmenu-cbsh-git)
replaces=()
backup=()
options=()
install=
install=${pkgname}.install
source=("git+$url")
noextract=()
md5sums=('SKIP')