add build and cleanup scripts
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user