somehow i not committed pkgbuild nvm
изменено: PKGBUILD
This commit is contained in:
11
PKGBUILD
11
PKGBUILD
@@ -1,6 +1,13 @@
|
||||
pkgname=darkline-postinst
|
||||
pkgver=1.0.0
|
||||
pkgver=2.0.0
|
||||
pkgrel=1
|
||||
pkgdesc="Fixes for termux-pacman and config updates, installs with updated keyring so it will be automatically installed on every device."
|
||||
arch=('any')
|
||||
depends=('dpkg')
|
||||
depends=('dpkg' 'bash')
|
||||
install="${pkgname}.install"
|
||||
source=('01-alternatives.sh')
|
||||
sha256sums=('6f2d920e55f9613797a5742c124def34fd6cf3cb3de21cd9f90796924fe217be')
|
||||
package() {
|
||||
install -D -m0644 -t "${terdir}"/usr/etc/.darkcustom/fixes ${srcdir}/01-alternatives.sh
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user