add build and cleanup scripts
This commit is contained in:
parent
ed3fc3b75b
commit
f2deeca082
2
build-packages.sh
Normal file → Executable file
2
build-packages.sh
Normal file → Executable file
|
|
@ -20,6 +20,6 @@ for x in "${x86_list[@]}"
|
|||
do
|
||||
cd "${dir_path}"/x86_64/"${x}"
|
||||
echo "### Making ${dir_path}/x86_64/${x} ###"
|
||||
makepkg -cf --sign
|
||||
makepkg -cf
|
||||
find . -mindepth 1 -maxdepth 1 -type d -print0 | xargs -r0 rm -R
|
||||
done
|
||||
|
|
|
|||
0
clean-up.sh
Normal file → Executable file
0
clean-up.sh
Normal file → Executable 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')
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user