mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 02:36:05 +00:00
Merge remote-tracking branch 'origin/master'
* origin/master: Update Arch Linux PKGBUILD_template for new artifacts changes
This commit is contained in:
commit
32aa4fb628
1 changed files with 3 additions and 3 deletions
|
|
@ -14,13 +14,13 @@ provides=("${_pkgname}")
|
|||
conflicts=("${_pkgname}"
|
||||
"${_pkgname}-git")
|
||||
md5sums=('SKIP')
|
||||
source=("https://github.com/johannesjo/super-productivity/releases/download/v${pkgver}/superProductivity_${pkgver}_amd64.deb")
|
||||
source=("https://github.com/johannesjo/super-productivity/releases/download/v${pkgver}/superProductivity-amd64.deb")
|
||||
|
||||
package() {
|
||||
tar -xvf data.tar.xz -C "${pkgdir}"
|
||||
rm -rf "${pkgdir}/usr/share/doc"
|
||||
install -d "${pkgdir}/usr/bin"
|
||||
ln -sf "/opt/superProductivity/${_pkgname}" "${pkgdir}/usr/bin/${_pkgname}"
|
||||
ln -sf "/opt/Super Productivity/${_pkgname}" "${pkgdir}/usr/bin/${_pkgname}"
|
||||
install -Dm644 -t "${pkgdir}/usr/share/licenses/${pkgname}" \
|
||||
"${pkgdir}/opt/superProductivity/"{'LICENSE.electron.txt','LICENSES.chromium.html'}
|
||||
"${pkgdir}/opt/Super Productivity/"{'LICENSE.electron.txt','LICENSES.chromium.html'}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue