add packages

This commit is contained in:
2023-12-18 19:48:22 +00:00
parent 62cb8f7307
commit 1f7e4bdd0e
13 changed files with 81 additions and 34 deletions

View File

@@ -3,7 +3,7 @@
# Maintainer: Cameron Miller <cameron@codecameron.dev>
pkgname=st-cbsh
pkgver=5.0.r29.da1c4a9
pkgver=5.0.r32.62cb8f7
pkgrel=1
pkgdesc="A Custom build of st patched with a few nice to have's"
arch=(x86_64)
@@ -33,10 +33,12 @@ build() {
}
package() {
cd st-cbsh
mkdir -p ${pkgdir}/opt/${pkgname}
cd st-cbsh
mkdir -p ${pkgdir}/opt/${pkgname}
cp -rf * ${pkgdir}/opt/${pkgname}
make PREFIX=/usr DESTDIR="${pkgdir}" install
install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
install -Dm644 README.org "${pkgdir}/usr/share/doc/${pkgname}/README.org"
make PREFIX=/usr DESTDIR="${pkgdir}" install
}