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

2
build-packages.sh Normal file → Executable file
View 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
View File

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')