Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement the Build interface to generate the /bin/build program #5

Merged
merged 11 commits into from
Jan 15, 2024

Conversation

zouyuxuan
Copy link
Contributor

No description provided.

buildpack.toml Outdated Show resolved Hide resolved
buildpack.toml Outdated
homepage = "https://github.com/amp-buildpacks/scarb"
id = "paketo-community/scarb"
keywords = ["cairo", "scarb"]
name = "Paketo Buildpack for Scarb"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

name = "AMP Buildpack for Scarb"

buildpack.toml Outdated Show resolved Hide resolved
buildpack.toml Outdated

[[buildpack.licenses]]
type = "Apache-2.0"
uri = "https://github.com/paketo-community/scarb/blob/main/LICENSE"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

buildpack.toml Outdated Show resolved Hide resolved
cmd/main/main.go Outdated Show resolved Hide resolved
scarb/build.go Outdated Show resolved Hide resolved
scarb/detect.go Outdated
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

// Copyright (c) The Amphitheatre Authors. All rights reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
//      https://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.

scarb/scarb.go Outdated Show resolved Hide resolved
scripts/build.sh Outdated
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add Copyright header under the #!/usr/bin/env bash:

# Copyright (c) The Amphitheatre Authors. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#      https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

@wangeguo wangeguo merged commit 4e2aa6e into amp-buildpacks:main Jan 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants