-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
60 additions
and
133 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 |
---|---|---|
|
@@ -7,4 +7,5 @@ spm | |
spm-*/ | ||
*.xbps | ||
*.deb | ||
*repodata | ||
*repodata | ||
exmperimental/ |
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
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
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,8 +1,8 @@ | ||
Package: spm | ||
Package: spmn | ||
Version: 0.3.1 | ||
Section: development | ||
Priority: optional | ||
Architecture: amd64 | ||
Depends: xdg-utils, git, libbsd0 | ||
Maintainer: Viacheslav <https://github.com/slamko/spm> | ||
Maintainer: Viacheslav <https://github.com/slamko/spmn> | ||
Description: Suckless patch manager |
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 |
---|---|---|
@@ -1,9 +1,8 @@ | ||
FROM gcc:12.1-bullseye | ||
|
||
RUN mkdir -p /usr/src/spm | ||
COPY . /usr/src/spm | ||
WORKDIR /usr/src/spm | ||
RUN mkdir -p /usr/src/spmn | ||
COPY . /usr/src/spmn | ||
WORKDIR /usr/src/spmn | ||
RUN apt update && apt upgrade -y | ||
RUN apt install -y apt-utils | ||
RUN apt install -y make build-essential binutils lintian debhelper dh-make devscripts | ||
|
||
RUN apt install -y make build-essential binutils lintian debhelper dh-make devscripts libbsd0 libbsd-dev |
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
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
#!/bin/sh | ||
|
||
make deb-installdirs | ||
dpkg-deb --build spm-1.0_3/ | ||
dpkg-deb --build "$PKG_FULL_NAME"/ | ||
make clean-pkgdirs |
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
File renamed without changes.
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