add packages
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user