-
-
Notifications
You must be signed in to change notification settings - Fork 138
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: Elsie <[email protected]>
- Loading branch information
1 parent
bed6fd3
commit 83b9849
Showing
4 changed files
with
41 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -254,6 +254,7 @@ lemonbar-xft-git | |
lens | ||
lf-bin | ||
libcamera-git | ||
libcs50-git | ||
libcutefish-git | ||
libdisplay-info-git | ||
libdrm | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
pkgbase = libcs50-git | ||
gives = libcs50 | ||
pkgver = 11.0.3 | ||
pkgdesc = Library provided by Harvard University for learning the basic C language | ||
makedepends = make | ||
maintainer = Vaibhav Sharma <[email protected]> | ||
source = https://github.com/cs50/libcs50.git | ||
|
||
pkgname = libcs50-git |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
pkgname="libcs50-git" | ||
gives="libcs50" | ||
pkgver="11.0.3" | ||
source=("https://github.com/cs50/libcs50.git") | ||
makedepends=("make") | ||
maintainer=("Vaibhav Sharma <[email protected]>") | ||
pkgdesc="Library provided by Harvard University for learning the basic C language" | ||
|
||
build() { | ||
cd "${gives}" | ||
make -j"${NCPU}" | ||
} | ||
|
||
package() { | ||
cd "${gives}" | ||
make DESTDIR="${pkgdir}/usr/local" install || true | ||
} | ||
|
||
post_install() { | ||
ldconfig /usr/local/lib | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5055,6 +5055,16 @@ pkgbase = libcamera-git | |
|
||
pkgname = libcamera-git | ||
--- | ||
pkgbase = libcs50-git | ||
gives = libcs50 | ||
pkgver = 11.0.3 | ||
pkgdesc = Library provided by Harvard University for learning the basic C language | ||
makedepends = make | ||
maintainer = Vaibhav Sharma <[email protected]> | ||
source = https://github.com/cs50/libcs50.git | ||
|
||
pkgname = libcs50-git | ||
--- | ||
pkgbase = libcutefish-git | ||
gives = libcutefish | ||
pkgver = 0.7 | ||
|