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 do
cd "${dir_path}"/x86_64/"${x}" cd "${dir_path}"/x86_64/"${x}"
echo "### Making ${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 find . -mindepth 1 -maxdepth 1 -type d -print0 | xargs -r0 rm -R
done 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. # Other VCS sources are not natively supported by makepkg yet.
# Maintainer: Cameron Miller <cameron@codecameron.dev> # Maintainer: Cameron Miller <cameron@codecameron.dev>
pkgname=dmenu-cbsh-git pkgname=dmenu-cbsh
pkgver=5.0.r11.17a8dcc pkgver=5.0.r6.ed3fc3b
pkgrel=1 pkgrel=1
pkgdesc="A Custom build of dmenu patched for centering, borders, custom line height and more colours" pkgdesc="A Custom build of dmenu patched for centering, borders, custom line height and more colours"
arch=(x86_64) arch=(x86_64)
@ -12,12 +12,12 @@ license=('MIT')
groups=() groups=()
depends=() depends=()
makedepends=('git') makedepends=('git')
provides=("dmenu") provides=(dmenu)
conflicts=("dmenu") conflicts=(dmenu dmenu-cbsh-git)
replaces=() replaces=()
backup=() backup=()
options=() options=()
install= install=${pkgname}.install
source=("git+$url") source=("git+$url")
noextract=() noextract=()
md5sums=('SKIP') md5sums=('SKIP')