Package Details: bunsen-common-git r143.1f382a8-2

Git Clone URL: https://aur.archlinux.org/bunsen-common-git.git (read-only, click to copy)
Package Base: bunsen-common-git
Description: Shared shell scripts commonly used in BunsenLabs Linux projects
Upstream URL: https://github.com/BunsenLabs/bunsen-common
Licenses: GPL-3.0-or-later
Conflicts: bunsen-common
Provides: bunsen-common
Submitter: jsoy9pQbYVNu5nfU
Maintainer: micwoj92
Last Packager: micwoj92
Votes: 2
Popularity: 0.28
First Submitted: 2015-06-18 11:28 (UTC)
Last Updated: 2024-04-14 17:55 (UTC)

Latest Comments

lovideo commented on 2021-09-20 23:19 (UTC) (edited on 2021-09-20 23:19 (UTC) by lovideo)

some filenames changed

-source=('git+https://github.com/BunsenLabs/bunsen-common.git#branch=master') +source=('git+https://github.com/BunsenLabs/bunsen-common.git') md5sums=('SKIP')

pkgver() { @@ -20,13 +20,13 @@ pkgver() {

check() { cd "$srcdir/${pkgname%-git}" - bash -n bl-include.cfg + bash -n bl-includes bash -n yad-includes }

package() { cd "$srcdir/${pkgname%-git}" - install -Dm 644 bl-include.cfg "${pkgdir}/usr/lib/bunsen/common/bl-include.cfg" + install -Dm 644 bl-includes "${pkgdir}/usr/lib/bunsen/common/bl-includes" install -Dm 644 yad-includes "${pkgdir}/usr/lib/bunsen/common/yad-includes" install -Dm 644 distributor-logo-bunsenlabs.svg "${pkgdir}/usr/share/icons/hicolor/scalable/places/distributor-logo-bunsenlabs.svg" }