Search Criteria
Package Details: bunsen-common-git r39.cd8ff41-1
Package Actions
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: | GPL3 |
Conflicts: | bunsen-common |
Provides: | bunsen-common |
Submitter: | jsoy9pQbYVNu5nfU |
Maintainer: | None |
Last Packager: | jsoy9pQbYVNu5nfU |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2015-06-18 11:28 (UTC) |
Last Updated: | 2016-06-23 11:50 (UTC) |
Dependencies (3)
- bash (bash-devel-static-gitAUR, bash-gitAUR, bash-xdgAUR, bash-devel-gitAUR, busybox-coreutilsAUR)
- ncurses (ncurses-gitAUR)
- git (git-vfsAUR, git-run-command-patch-gitAUR, git-gitAUR, git-fcAUR) (make)
Required by (2)
- bunsen-openbox-pipemenus-git
- bunsen-utilities-git (requires bunsen-common)
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" }